fdssf
This commit is contained in:
parent
feea091068
commit
52da4288c7
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue