From 3da8a111813292e566460fbc5859ce98653c4997 Mon Sep 17 00:00:00 2001 From: Klaus-Uwe Mitterer Date: Tue, 28 Feb 2017 12:03:12 +0100 Subject: [PATCH] Remove excess ) --- transbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transbot.py b/transbot.py index c95d894..44e310f 100755 --- a/transbot.py +++ b/transbot.py @@ -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