From 6d6b17f53c89bb36c2fbf6d8e73d475ff6f9888f Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 23 Jul 2011 13:35:58 -0400 Subject: config defaults --- github3/config.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'github3/config.py') 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 -- cgit v1.2.3-59-g8ed1b