diff options
author | 2011-04-13 22:08:41 -0400 | |
---|---|---|
committer | 2011-04-13 22:08:41 -0400 | |
commit | b6ab012bb0415a490a3bbb8dcc7783b1d415bb1a (patch) | |
tree | 64320cc4d57c727b79d78c33c29325abd37ae0a0 /github3/core.py | |
parent | models update (diff) | |
download | python-github3-b6ab012bb0415a490a3bbb8dcc7783b1d415bb1a.tar.xz python-github3-b6ab012bb0415a490a3bbb8dcc7783b1d415bb1a.zip |
GitHubModel
Diffstat (limited to 'github3/core.py')
-rw-r--r-- | github3/core.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/github3/core.py b/github3/core.py index e0703a5..2f85040 100644 --- a/github3/core.py +++ b/github3/core.py @@ -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: |