We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b01687 commit c3da8d9Copy full SHA for c3da8d9
blackjack/game/blackjackgame.py
@@ -61,7 +61,7 @@ def _run_handlers(self, handlers):
61
try:
62
handler(self)
63
except Exception as e:
64
- self.logger.error("Couldn't run handler '{}' - The following exception occurred: ''".format(handler, e))
+ self.logger.error("Couldn't run handler '{0}' - The following exception occurred: '{1}'".format(handler, e))
65
66
def start(self, user_id):
67
"""
0 commit comments