remotes/1693045480750635534/spooky-22
Aevann1 2021-10-16 12:07:32 +02:00
parent e7b81086ab
commit 18987fcb20
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ def front_all(v):
if v and request.path.startswith('/logged_out'): v = None
try: page = max(int(request.values.get("page", 1), 1)
try: page = max(int(request.values.get("page", 1)), 1)
except: abort(400)
if v: