This commit is contained in:
Aevann1 2022-02-14 02:44:57 +02:00
parent 378b38cc60
commit bfd3332454
18 changed files with 146 additions and 120 deletions

View file

@ -4,7 +4,7 @@ from files.helpers.wrappers import *
from files.classes import *
from .front import frontlist
valid_sub_regex = re.compile("^[a-zA-Z0-9_\-]{3,25}$")
valid_sub_regex = re.compile("^[a-zA-Z0-9_\-]{3,20}$")
@app.get("/s/<sub>/mods")
@is_not_permabanned