aboutsummaryrefslogtreecommitdiffstats
path: root/github3/core.py
diff options
context:
space:
mode:
Diffstat (limited to 'github3/core.py')
-rw-r--r--github3/core.py1
1 files changed, 1 insertions, 0 deletions
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