Commit a54654af authored by Francesco Poldi's avatar Francesco Poldi

Removed \n stripping

parent 91af2468
......@@ -42,7 +42,6 @@ def getText(tw):
"""
logme.debug(__name__+':getText')
text = tw.find("p", "tweet-text").text
text = text.replace("\n", " ")
text = text.replace("http", " http")
text = text.replace("pic.twitter", " pic.twitter")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment