From a8bf248d47c88c304eea96ce3eeb1553d8db7129 Mon Sep 17 00:00:00 2001 From: jesopo Date: Tue, 11 Sep 2018 10:14:37 +0100 Subject: Fix copypaste fail in Utils that meant we had no RFC1459_LOWER --- Utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Utils.py b/Utils.py index ac39825c..97e15b59 100644 --- a/Utils.py +++ b/Utils.py @@ -7,7 +7,7 @@ USER_AGENT = ("Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 " REGEX_HTTP = re.compile("https?://", re.I) RFC1459_UPPER = r'\[]~' -RFC1459_UPPER = r'|{}^' +RFC1459_LOWER = r'|{}^' def remove_colon(s): if s.startswith(":"): -- cgit v1.3.1-10-gc9f91