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: