aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Utils.py2
1 files changed, 1 insertions, 1 deletions
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(":"):