fd
This commit is contained in:
parent
4937bafb89
commit
bf9c761f6c
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ from files.helpers.security import *
|
|||
site = environ.get("DOMAIN").strip()
|
||||
defaulttheme = environ.get("DEFAULT_THEME", "light").strip()
|
||||
defaultcolor = environ.get("DEFAULT_COLOR", "fff").strip()
|
||||
defaulttimefilter = environ.get("DEFAULT_TIME_FILTER", "day").strip()
|
||||
defaulttimefilter = environ.get("DEFAULT_TIME_FILTER", "all").strip()
|
||||
cardview = bool(int(environ.get("CARD_VIEW", 1)))
|
||||
|
||||
class User(Base, Stndrd, Age_times):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue