This commit is contained in:
Aevann1 2021-10-09 09:21:22 +02:00
parent a69bd20c63
commit dbf3006e2f
6 changed files with 5 additions and 23 deletions

View file

@ -18,7 +18,7 @@ import random
site = environ.get("DOMAIN").strip()
site_name = environ.get("SITE_NAME").strip()
defaulttheme = environ.get("DEFAULT_THEME", "light").strip()
defaulttheme = environ.get("DEFAULT_THEME", "midnight").strip()
defaultcolor = environ.get("DEFAULT_COLOR", "fff").strip()
defaulttimefilter = environ.get("DEFAULT_TIME_FILTER", "all").strip()
cardview = bool(int(environ.get("CARD_VIEW", 1)))