remotes/1693045480750635534/spooky-22
Aevann1 2021-10-01 22:10:26 +02:00
parent a728578adc
commit faad89a968
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ def front_all(v):
if not v and request.path == "/" and not request.headers.get("Authorization"): return redirect(f"/logged_out{request.full_path}")
if v and "logged_out" in request.full_path: v = None
if v and request.path.startswith('logged_out'): v = None
try: page = int(request.values.get("page") or 1)
except: abort(400)