diff --git a/files/helpers/regex.py b/files/helpers/regex.py index 70917c511..a3a6a024f 100644 --- a/files/helpers/regex.py +++ b/files/helpers/regex.py @@ -159,7 +159,7 @@ pronouns_regex = re.compile("(\w{1,7})\/\w{1,7}(\/\w{1,7})?", flags=re.A) html_title_regex = re.compile("(.{1,200})", flags=re.I) -excessive_css_scale_regex = re.compile("scale\([^)]*?(\d{3})", flags=re.A) +excessive_css_scale_regex = re.compile("scale\([^)]*?(\d{2})", flags=re.A) commands = { "fortune": FORTUNE_REPLIES,