mirror of
https://github.com/kennethreitz/python-github3.git
synced 2026-06-05 23:10:17 +00:00
GitHubModel
This commit is contained in:
+1
-1
@@ -46,8 +46,8 @@ class GitHub(object):
|
||||
@property
|
||||
def logged_in(self):
|
||||
r = self._get('')
|
||||
print
|
||||
|
||||
# print r
|
||||
if r.status_code == 200:
|
||||
return True
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user