uhfewuifurhfiurewhu

This commit is contained in:
fireworks88 2021-08-22 22:03:01 +02:00
parent 174d9c206f
commit 1d78eceb7d
3 changed files with 5 additions and 3 deletions

View file

@ -17,8 +17,8 @@ from files.__main__ import Base, cache
from files.helpers.security import *
site = environ.get("DOMAIN").strip()
defaulttheme = environ.get("DEFAULT_THEME").strip()
defaultcolor = environ.get("DEFAULT_COLOR").strip()
defaulttheme = environ.get("DEFAULT_THEME", "light").strip()
defaultcolor = environ.get("DEFAULT_COLOR", "fff").strip()
class User(Base, Stndrd, Age_times):
__tablename__ = "users"
id = Column(Integer, primary_key=True)