fds
This commit is contained in:
parent
bd38602a52
commit
6595be7e7a
1 changed files with 2 additions and 2 deletions
|
@ -141,10 +141,10 @@ def searchposts(v):
|
|||
elif sort == "comments":
|
||||
posts = posts.order_by(Submission.comment_count.desc())
|
||||
|
||||
posts = posts.offset(25 * (page - 1)).limit(26).all()
|
||||
|
||||
total = len(posts)
|
||||
|
||||
posts = posts.offset(25 * (page - 1)).limit(26).all()
|
||||
|
||||
ids = [x[0] for x in posts]
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue