This commit is contained in:
Aevann1 2021-08-24 06:38:26 +02:00
parent 1d555e6953
commit 0b1b41600e
2 changed files with 1 additions and 3 deletions

View file

@ -81,8 +81,6 @@ def post_id(pid, anything=None, v=None):
post = get_post(pid, v=v)
if v and v.id == 1: print(post.realbody(v))
if v:
votes = g.db.query(CommentVote).filter_by(user_id=v.id).subquery()