forked from MarseyWorld/MarseyWorld
fdssf
parent
e7b81086ab
commit
18987fcb20
|
@ -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…
Reference in New Issue