Remove excess )
This commit is contained in:
parent
72392f1b72
commit
3da8a11181
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue