diff options
Diffstat (limited to 'github3/config.py')
-rw-r--r-- | github3/config.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/github3/config.py b/github3/config.py index 70b7622..9fbf305 100644 --- a/github3/config.py +++ b/github3/config.py @@ -54,4 +54,5 @@ class Settings(object): return object.__getattribute__(self, key) settings = Settings() -settings.verbose = False
\ No newline at end of file +settings.verbose = False +settings.base_url = 'https://api.github.com/'
\ No newline at end of file |