This commit is contained in:
Aevann1 2021-12-14 22:25:57 +02:00
parent 0abd7a566f
commit d7f99d1a0e
7 changed files with 23 additions and 23 deletions

View file

@ -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