mirror of
https://github.com/kennethreitz/python-github3.git
synced 2026-06-05 23:10:17 +00:00
config defaults
This commit is contained in:
+2
-1
@@ -54,4 +54,5 @@ class Settings(object):
|
|||||||
return object.__getattribute__(self, key)
|
return object.__getattribute__(self, key)
|
||||||
|
|
||||||
settings = Settings()
|
settings = Settings()
|
||||||
settings.verbose = False
|
settings.verbose = False
|
||||||
|
settings.base_url = 'https://api.github.com/'
|
||||||
Reference in New Issue
Block a user