Actually add spaces after words. ^^

This commit is contained in:
Klaus-Uwe Mitterer 2015-03-19 15:40:36 +01:00
parent c643308ec7
commit 379c2d4c8c

View file

@ -59,7 +59,7 @@ for status in timeline:
curstr = ""
for word in text.split(" "):
curstr += word
curstr += word + " "
if word[-1] in "!?.":
tstring += translate.Translator(to_lang=a[0]).translate(curstr) + " "
curstr = ""