Remove one-too-many indent in modules/coins.py

This commit is contained in:
jesopo 2018-10-11 10:35:41 +01:00
parent f0f0abcd84
commit 41278cba81

View file

@ -178,7 +178,7 @@ class Module(object):
else:
event["user"].set_setting("coins", str(user_coins-coin_bet))
event["stdout"].write(
"%s flips %s and loses %s coin%s! (new total: %s)" % (
"%s flips %s and loses %s coin%s! (new total: %s)" % (
event["user"].nickname, side_name, coin_bet_str,
"" if coin_bet == 1 else "s",
user_coins-coin_bet