remotes/1693045480750635534/spooky-22
Aevann1 2022-01-24 22:30:28 +02:00
parent e493592a23
commit 0be39f57ee
1 changed files with 4 additions and 0 deletions

View File

@ -140,6 +140,10 @@ def front_all(v):
if v and request.path.startswith('/logged_out'): v = None
if not session.get("session_id"):
session.permanent = True
session["session_id"] = secrets.token_hex(49)
try: page = max(int(request.values.get("page", 1)), 1)
except: abort(400)