From b59685ec938313c71d7b5fa4e753e343eadd8e1d Mon Sep 17 00:00:00 2001 From: pengtao Date: Mon, 14 Oct 2019 11:52:41 +0800 Subject: [PATCH] =?UTF-8?q?db=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6move?= =?UTF-8?q?=E5=88=B0config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data_channel/gamelog_external.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data_channel/gamelog_external.py b/data_channel/gamelog_external.py index 77636c7..c009a65 100644 --- a/data_channel/gamelog_external.py +++ b/data_channel/gamelog_external.py @@ -45,7 +45,7 @@ class Build_Gamelog_Config(): "{line['game_id']}" => array( 'gamename' => '{line['game_name']}', 'appkey' => '{line['app_key']}', - )""" + ),""" except Exception: log.error(f"build context failed with {line}.", exc_info=True) with open(self.filename, 'w') as f: