Skip to content

Commit 6d6b17f

Browse files
author
Kenneth Reitz
committed
config defaults
1 parent cb15102 commit 6d6b17f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

github3/config.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,5 @@ def __getattribute__(self, key):
5454
return object.__getattribute__(self, key)
5555

5656
settings = Settings()
57-
settings.verbose = False
57+
settings.verbose = False
58+
settings.base_url = 'https://api.github.com/'

0 commit comments

Comments
 (0)