forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-04-22 18:06:34 +02:00
parent 80346a6377
commit d15d7c7d93
1 changed files with 1 additions and 1 deletions

View File

@ -673,7 +673,7 @@ valid_password_regex = re.compile("^.{8,100}$", flags=re.A)
marseyaward_body_regex = re.compile(">[^<\s+]|[^>\s+]<", flags=re.A)
marseyaward_title_regex = re.compile("(<img[^>]+>)+", flags=re.A)
marseyaward_title_regex = re.compile("( *<img[^>]+>)+", flags=re.A)
marsey_regex = re.compile("[a-z0-9]{1,30}", flags=re.A)