fdfd
This commit is contained in:
parent
1d555e6953
commit
0b1b41600e
2 changed files with 1 additions and 3 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue