projects
/
rainbowstream.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5ea638
)
Fix bug can not quote in Python 2, Fix #195
author
vunhat_minh
<vunhat_minh@dwango.co.jp>
Fri, 7 Oct 2016 08:44:12 +0000
(17:44 +0900)
committer
vunhat_minh
<vunhat_minh@dwango.co.jp>
Fri, 7 Oct 2016 08:44:58 +0000
(17:44 +0900)
rainbowstream/draw.py
patch
|
blob
|
blame
|
history
diff --git
a/rainbowstream/draw.py
b/rainbowstream/draw.py
index b9373d34cac41333f556ecaea2e7aa8d125a6f7f..ab202763c2bb6506d6d6655f78618be3330741ce 100644
(file)
--- 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