We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb15102 commit 6d6b17fCopy full SHA for 6d6b17f
github3/config.py
@@ -54,4 +54,5 @@ def __getattribute__(self, key):
54
return object.__getattribute__(self, key)
55
56
settings = Settings()
57
-settings.verbose = False
+settings.verbose = False
58
+settings.base_url = 'https://api.github.com/'
0 commit comments