fsd
This commit is contained in:
parent
c848a677e9
commit
fd207174e0
1 changed files with 1 additions and 0 deletions
|
@ -218,6 +218,7 @@ def frontlist(v=None, sort="hot", page=1, t="all", ids_only=True, filter_words='
|
|||
elif sort == "bottom":
|
||||
posts = posts.order_by(Submission.upvotes - Submission.downvotes)
|
||||
elif sort == "comments":
|
||||
print("WTF")
|
||||
posts = posts.order_by(Submission.comment_count.desc())
|
||||
|
||||
posts = posts.offset(25 * (page - 1)).limit(26).all()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue