forked from MarseyWorld/MarseyWorld
fds
parent
e0f0ed74db
commit
690b2fec59
|
@ -55,7 +55,7 @@ def distribute(v, comment):
|
|||
|
||||
autobetter = g.db.query(User).filter_by(id=AUTOBETTER_ID).first()
|
||||
autobetter.coins -= pool
|
||||
if autobetter.coins < 0: return {"error": "Not enough coins in bool"}
|
||||
if autobetter.coins < 0: return {"error": "Not enough coins in bool"}, 400
|
||||
g.db.add(autobetter)
|
||||
|
||||
cid = notif_comment(f"You lost the 200 coins you bet on [{post.permalink}]({post.permalink}) :marseylaugh:")
|
||||
|
|
Loading…
Reference in New Issue