minor fix to excessive_css_scale_regex

master
Aevann 2024-04-20 19:40:59 +02:00
parent c3471cda23
commit 94ea55b507
1 changed files with 1 additions and 1 deletions

View File

@ -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("<title>(.{1,200})</title>", flags=re.I)
excessive_css_scale_regex = re.compile("scale\(.*?(\d{3})", flags=re.A)
excessive_css_scale_regex = re.compile("scale\([^)]*?(\d{3})", flags=re.A)
commands = {
"fortune": FORTUNE_REPLIES,