fdsfsd
This commit is contained in:
parent
0abd7a566f
commit
d7f99d1a0e
7 changed files with 23 additions and 23 deletions
|
@ -33,7 +33,7 @@ def distribute(v, cid):
|
|||
for vote in votes:
|
||||
u = vote.user
|
||||
u.coins += coinsperperson
|
||||
send_notification(u.id, f"You won {coinsperperson} coins betting on https://{request.host}{post} !")
|
||||
send_notification(u.id, f"You won {coinsperperson} coins betting on {post} !")
|
||||
g.db.add(u)
|
||||
|
||||
autobetter.coins = 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue