GitHubModel

This commit is contained in:
Kenneth Reitz
2011-04-13 22:08:41 -04:00
parent b895d6cc3b
commit b6ab012bb0
2 changed files with 18 additions and 12 deletions
+1 -1
View File
@@ -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: