Add space in place of ".."

This commit is contained in:
Klaus-Uwe Mitterer 2015-03-19 20:45:59 +01:00
parent a3470f8e8c
commit 5ad1fac2cc

View file

@ -31,7 +31,7 @@ while True:
timeline = tweepy.Cursor(api.search, q=search, since_id=savepoint).items()
for status in timeline:
text = status.text.encode("UTF-8").replace("..","")
text = status.text.encode("UTF-8").replace(".."," ")
sender = status.user.screen_name.encode("UTF-8")
twid = int(status.id)
comment = ""