forked from MarseyWorld/MarseyWorld
sdffds
parent
b03a9a1a54
commit
748767ec11
|
@ -57,7 +57,7 @@ def distribute(v, cid):
|
|||
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)
|
||||
votes = g.db.query(CommentVote).filter(CommentVote.comment_id.in_(cids)).all()
|
||||
for vote in votes: dd_notif(cid, vote.user.id)
|
||||
for vote in votes: add_notif(cid, vote.user.id)
|
||||
|
||||
g.db.commit()
|
||||
return f"Each winner has received {coinsperperson} coins!"
|
||||
|
|
Loading…
Reference in New Issue