Skip to content

Commit

Permalink
Fix bug can not quote in Python 2, Fix #195
Browse files Browse the repository at this point in the history
  • Loading branch information
vunhat_minh committed Oct 7, 2016
1 parent f5ea638 commit f1386d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rainbowstream/draw.py
Original file line number Diff line number Diff line change
Expand Up @@ -1081,7 +1081,6 @@ def format_quote(tweet):
formater = c['QUOTE_FORMAT']
formater = screen_name.join(formater.split('#owner'))
formater = text.join(formater.split('#tweet'))
formater = u2str(formater)
formater = emojize(formater)
except:
pass
Expand Down

0 comments on commit f1386d2

Please sign in to comment.