Update Gist*.py

This commit is contained in:
AKFish
2013-08-21 15:39:34 +08:00
parent c15cb6575b
commit dc8173a532
6 changed files with 8 additions and 17 deletions
+1 -1
View File
@@ -274,7 +274,7 @@ class NamedUser(github.GithubObject.CompletableGithubObject):
None,
post_parameters
)
return github.Gist.Gist(self._requester, data, completed=True)
return github.Gist.Gist(self._requester, headers, data, completed=True)
def get_events(self):
"""