fdfdf
This commit is contained in:
parent
70d90029ca
commit
92a1155fb8
3 changed files with 3 additions and 12 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue