remotes/1693045480750635534/spooky-22
Aevann1 2021-09-25 03:35:59 +02:00
parent 564a74a2a8
commit cbadfc7ac7
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ def frontlist(v=None, sort="hot", page=1, t="all", ids_only=True, filter_words='
print("WTF")
print([x.comment_count for x in posts.all()])
posts = posts.order_by(Submission.comment_count.desc())
return([x.comment_count for x in posts.all()])
print([x.comment_count for x in posts.all()])
posts = posts.offset(25 * (page - 1)).limit(26).all()