fsd
This commit is contained in:
parent
9ff41f4608
commit
bfae9f368b
3 changed files with 12 additions and 6 deletions
|
@ -12,7 +12,8 @@ from files.__main__ import app
|
|||
@auth_required
|
||||
def feeds_user(v=None, sort='hot', t='all'):
|
||||
|
||||
page = int(request.values.get("page", 1))
|
||||
try: page = int(request.values.get("page", 1))
|
||||
except: page = 1
|
||||
|
||||
ids, next_exists = frontlist(
|
||||
sort=sort,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue