Merge branch 'master' of https://github.com/Aevann1/Drama into snow
This commit is contained in:
commit
d8616b1eb7
8 changed files with 24 additions and 24 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