This commit is contained in:
Aevann1 2021-07-31 15:52:11 +02:00
parent 70d90029ca
commit 92a1155fb8
3 changed files with 3 additions and 12 deletions

View file

@ -73,10 +73,6 @@ def post_id(pid, anything=None, v=None):
post = get_post(pid, v=v)
print(post.flags)
print("sex")
print(post.flags.order_by(Flag.created_utc).all())
if v:
votes = g.db.query(CommentVote).filter_by(user_id=v.id).subquery()