dffd
This commit is contained in:
parent
5fd7c75f7f
commit
5dff4ab813
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue