mirror of
https://github.com/kennethreitz/python-github3.git
synced 2026-06-05 23:10:17 +00:00
no reason to be not-authed
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user