From afe25b7296e5609949e09db5971f1173ff63b178 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 24 Jul 2011 11:28:28 -0400 Subject: is_authenticated --- github3/core.py | 1 + 1 file changed, 1 insertion(+) (limited to 'github3/core.py') diff --git a/github3/core.py b/github3/core.py index 77c5c9e..725d09d 100644 --- a/github3/core.py +++ b/github3/core.py @@ -30,6 +30,7 @@ def basic_auth(username, password): return args, kwargs gh = Github() + gh.is_authenticated = True gh._requests_pre_hook = enable_auth return gh \ No newline at end of file -- cgit v1.2.3-59-g8ed1b