aboutsummaryrefslogtreecommitdiffstats
path: root/github3/models.py
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.com>2011-07-24 17:48:08 -0400
committerKenneth Reitz <me@kennethreitz.com>2011-07-24 17:48:08 -0400
commit2e743c77847b619b0fe85344c179e06f85bbbec5 (patch)
treebf8d1ddfd87439213a2d8122765f8e9fe3d6522b /github3/models.py
parentrepo model (diff)
downloadpython-github3-2e743c77847b619b0fe85344c179e06f85bbbec5.tar.xz
python-github3-2e743c77847b619b0fe85344c179e06f85bbbec5.zip
no reason to be not-authed
Diffstat (limited to 'github3/models.py')
-rw-r--r--github3/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/github3/models.py b/github3/models.py
index 224710f..fe9e6aa 100644
--- a/github3/models.py
+++ b/github3/models.py
@@ -92,7 +92,7 @@ class User(BaseResource):
def repos(self):
# return self._gh.get_repos(username=self.login)
- repos = self._gh._get_resources(('users', self.login, 'repos'), Repo, authed=False)
+ repos = self._gh._get_resources(('users', self.login, 'repos'), Repo)
return repos