This commit is contained in:
Aevann1 2022-01-13 04:59:17 +02:00
parent 499431d955
commit 9e7fc18f4a
3 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@ site = environ.get("DOMAIN").strip()
site_name = environ.get("SITE_NAME").strip()
defaulttheme = environ.get("DEFAULT_THEME", "midnight").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):