Skip to content

Commit

Permalink
Merge pull request #430 from mdenil/master
Browse files Browse the repository at this point in the history
Change URL parameter in GetRetweeters to match twitter api.
  • Loading branch information
jeremylow committed Jan 22, 2017
2 parents 62bb5c6 + f80543b commit c28e9fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twitter/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -1702,7 +1702,7 @@ def GetRetweeters(self,
"""
url = '%s/statuses/retweeters/ids.json' % (self.base_url)
parameters = {
'status_id': enf_type('status_id', int, status_id),
'id': enf_type('id', int, status_id),
'stringify_ids': enf_type('stringify_ids', bool, stringify_ids)
}

Expand Down

0 comments on commit c28e9fb

Please sign in to comment.