forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-08-19 07:47:09 +02:00
parent 5e2917a77d
commit 52d8a9c517
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ from files.__main__ import Base, cache
from files.helpers.security import *
site = environ.get("DOMAIN").strip()
defaulttheme = environ.get("DEFAULT_COLOR").strip()
defaulttheme = environ.get("DEFAULT_THEME").strip()
defaultcolor = environ.get("DEFAULT_COLOR").strip()
class User(Base, Stndrd, Age_times):
__tablename__ = "users"