diff options
| author | 2018-10-11 10:35:41 +0100 | |
|---|---|---|
| committer | 2018-10-11 10:35:41 +0100 | |
| commit | 41278cba816700a606d9d9da9c358214167986b1 (patch) | |
| tree | 1ced56de56e601d2cfbf88f76c8e488dba7dd61a /modules | |
| parent | Merge pull request #25 from panicbit/patch-2 (diff) | |
Remove one-too-many indent in modules/coins.py
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/coins.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/coins.py b/modules/coins.py index a50239de..43c1e653 100644 --- a/modules/coins.py +++ b/modules/coins.py @@ -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 |
