remotes/1693045480750635534/spooky-22
Aevann1 2021-07-25 00:04:42 +02:00
parent a1df0e978c
commit 49a179e91c
1 changed files with 1 additions and 1 deletions

View File

@ -444,7 +444,7 @@ def get_comments(cids, v=None, sort="new",
output = g.db.query(Comment).options().filter(Comment.id.in_(cids)).order_by(Comment.id.desc()).all()
output = sorted(output, key=lambda x: cids.index(x.id))
return sorted(output, key=lambda x: cids.index(x.id))
def get_board(bid, graceful=False):