Update Repository.py

This commit is contained in:
AKFish
2013-08-21 17:13:03 +08:00
parent 0e842637a6
commit 3c1d17cd64
9 changed files with 18 additions and 17 deletions
+1 -1
View File
@@ -394,7 +394,7 @@ class NamedUser(github.GithubObject.CompletableGithubObject):
None,
None
)
return github.Repository.Repository(self._requester, data, completed=True)
return github.Repository.Repository(self._requester, headers, data, completed=True)
def get_repos(self, type=github.GithubObject.NotSet):
"""