db配置文件move到config

This commit is contained in:
pengtao 2019-10-14 11:52:41 +08:00
parent 56436a3538
commit b59685ec93

View File

@ -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: