fd
This commit is contained in:
parent
7978ba9309
commit
a7d9fa3902
27 changed files with 144 additions and 249 deletions
|
@ -12,7 +12,7 @@ def feeds_user(sort='hot', t='all'):
|
|||
|
||||
page = int(request.args.get("page", 1))
|
||||
|
||||
posts = frontlist(
|
||||
posts, next_exists = frontlist(
|
||||
sort=sort,
|
||||
page=page,
|
||||
t=t,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue