Merge branch 'master' of https://github.com/Aevann1/Drama into snow

This commit is contained in:
Aevann1 2021-12-14 22:32:36 +02:00
commit d8616b1eb7
8 changed files with 24 additions and 24 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