danielpronych / python-twitter

Automatically exported from code.google.com/p/python-twitter
Apache License 2.0
0 stars 0 forks source link

Bug in PostUpdate() #180

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
__version__ = '0.8.1'

status is converted to u_status
However the hash is set as
    data = {'status': status}
instead of
    data = {'status': u_status}

Original issue reported on code.google.com by maextr...@gmail.com on 28 Dec 2010 at 3:10

GoogleCodeExporter commented 8 years ago

Original comment by bear42 on 20 Feb 2011 at 10:16