fix 500 error

pull/16/head
Aevann1 2022-11-26 04:02:41 +02:00
parent 19add5fa9e
commit 5523747c3a
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@ def session_init():
session["session_id"] = secrets.token_hex(49)
def calc_users(v):
if g.is_api_or_xhr: return
loggedin = cache.get(f'{SITE}_loggedin') or {}
loggedout = cache.get(f'{SITE}_loggedout') or {}
timestamp = int(time.time())