Remove excess )

This commit is contained in:
Klaus-Uwe Mitterer 2017-02-28 12:03:12 +01:00
parent 72392f1b72
commit 3da8a11181

View file

@ -36,7 +36,7 @@ tw_counter = 0
er_counter = 0
for status in timeline:
text = html.parser.HTMLParser().unescape(status.text))
text = html.parser.HTMLParser().unescape(status.text)
if text[0] == "@":
continue