From: vunhat_minh Date: Fri, 7 Oct 2016 08:44:12 +0000 (+0900) Subject: Fix bug can not quote in Python 2, Fix #195 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=f1386d2af0825e2850399b8a32a86969f37c613f;p=rainbowstream.git Fix bug can not quote in Python 2, Fix #195 --- diff --git a/rainbowstream/draw.py b/rainbowstream/draw.py index b9373d3..ab20276 100644 --- a/rainbowstream/draw.py +++ b/rainbowstream/draw.py @@ -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