remotes/1693045480750635534/spooky-22
Aevann1 2021-08-13 04:01:54 +02:00
parent 79bbc74c49
commit 30f2f4c01d
1 changed files with 2 additions and 0 deletions

View File

@ -191,6 +191,8 @@ def front_all(v):
if not v and request.path == "/": return redirect("/logged_out")
if v and "logged_out" in request.path: return redirect("/")
try: page = int(request.args.get("page") or 1)
except: abort(400)