forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-03-18 23:28:50 +02:00
parent 99feab73c5
commit e108147ce1
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ defaulttheme = environ.get("DEFAULT_THEME", "midnight").strip()
defaulttimefilter = environ.get("DEFAULT_TIME_FILTER", "all").strip()
cardview = bool(int(environ.get("CARD_VIEW", 1)))
if SITE_NAME == 'Drama': defaultsubs = 1
if SITE_NAME == 'Drama': defaultsubs = 2
else: defaultsubs = 2
class User(Base):