This commit is contained in:
Aevann1 2021-10-07 08:30:43 +02:00
parent f3356e9a5f
commit 2f97baa81d
2 changed files with 4 additions and 2 deletions

View file

@ -13,6 +13,7 @@ import os
from .posts import filter_title
from files.helpers.discord import add_role
from shutil import copyfile
import requests
valid_username_regex = re.compile("^[a-zA-Z0-9_\-]{3,25}$")
valid_password_regex = re.compile("^.{8,100}$")