diff --git a/transbot.py b/transbot.py index 29d0ebf..bc06f1d 100644 --- a/transbot.py +++ b/transbot.py @@ -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 = ""