This commit is contained in:
Aevann1 2021-08-05 16:41:32 +02:00
parent 4f73c499df
commit bd19e06055
14 changed files with 19 additions and 19 deletions

View file

@ -14,7 +14,7 @@ from .clients import *
from files.__main__ import Base, cache
from files.helpers.security import *
site = environ.get("domain").strip()
site = environ.get("DOMAIN").strip()
class User(Base, Stndrd, Age_times):
__tablename__ = "users"