dfs
This commit is contained in:
parent
51944b530e
commit
136f7eb455
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ def distribute(v, cid):
|
||||||
|
|
||||||
cid = notif_comment(f"You lost the 200 coins you bet on [{post.permalink}]({post.permalink}) :marseylaugh:")
|
cid = notif_comment(f"You lost the 200 coins you bet on [{post.permalink}]({post.permalink}) :marseylaugh:")
|
||||||
cids = [x.id for x in post.bet_options]
|
cids = [x.id for x in post.bet_options]
|
||||||
cids.pop(cid)
|
cids.remove(cid)
|
||||||
votes = g.db.query(CommentVote).filter(CommentVote.comment_id.in_(cids)).all()
|
votes = g.db.query(CommentVote).filter(CommentVote.comment_id.in_(cids)).all()
|
||||||
for vote in votes: add_notif(cid, vote.user.id)
|
for vote in votes: add_notif(cid, vote.user.id)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue