From bb540725ce15dcafd5ac5e5bb93e5a232ff4f33a Mon Sep 17 00:00:00 2001 From: David Medina Date: Fri, 4 Nov 2011 01:21:50 +0100 Subject: Refactor base to handler design --- github3/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'github3/config.py') diff --git a/github3/config.py b/github3/config.py index 9fbf305..6fec55f 100644 --- a/github3/config.py +++ b/github3/config.py @@ -54,5 +54,5 @@ class Settings(object): return object.__getattribute__(self, key) settings = Settings() -settings.verbose = False -settings.base_url = 'https://api.github.com/' \ No newline at end of file +settings.verbose = True +settings.base_url = 'https://api.github.com/' -- cgit v1.2.3-59-g8ed1b