Typo in modules/coins.py, 'amount_amount_total' -> 'bet_amount_total'

This commit is contained in:
jesopo 2018-10-23 13:38:04 +01:00
parent e9fcd0c5e2
commit 1794da1f66

View file

@ -562,7 +562,7 @@ class Module(ModuleManager.BaseModule):
if choice == 0:
event["stdout"].write("Roulette spin lands on 0, "
"the house wins, %s loses %s" % (
event["user"].nickname, amount_amount_total))
event["user"].nickname, bet_amount_total))
return
colour = "red" if choice in RED else "black"