Changed retweet API to use the patch from http://code.google.com/p/python-twitter/issues/detail?id=130 for consistency.
This commit is contained in:
parent
63160e12d0
commit
74b42441dc
4 changed files with 36 additions and 46 deletions
|
@ -128,7 +128,7 @@ class MyTwitter():
|
|||
|
||||
|
||||
def on_retweet(self, widget):
|
||||
self.api.Retweet(widget.id)
|
||||
self.api.PostRetweet(widget.id)
|
||||
|
||||
### end class MyTwitter
|
||||
|
||||
|
|
Reference in a new issue