From 517ebb2e1f3acf1767d4bceb25f1efc97a4301db Mon Sep 17 00:00:00 2001 From: Smaug123 Date: Sat, 24 Feb 2018 21:06:46 +0000 Subject: [PATCH] Silly typo --- HanabiWeb/hanabi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HanabiWeb/hanabi.py b/HanabiWeb/hanabi.py index 1cfcd60..bd81edb 100644 --- a/HanabiWeb/hanabi.py +++ b/HanabiWeb/hanabi.py @@ -300,7 +300,7 @@ class Game(Resource): for c in data[cache.hands_key][p]: log(' {}'.format(str(c)), new_id) - log('-----') + log('-----', new_id) return {'id': new_id}