db配置文件move到config
This commit is contained in:
parent
56436a3538
commit
b59685ec93
@ -45,7 +45,7 @@ class Build_Gamelog_Config():
|
|||||||
"{line['game_id']}" => array(
|
"{line['game_id']}" => array(
|
||||||
'gamename' => '{line['game_name']}',
|
'gamename' => '{line['game_name']}',
|
||||||
'appkey' => '{line['app_key']}',
|
'appkey' => '{line['app_key']}',
|
||||||
)"""
|
),"""
|
||||||
except Exception:
|
except Exception:
|
||||||
log.error(f"build context failed with {line}.", exc_info=True)
|
log.error(f"build context failed with {line}.", exc_info=True)
|
||||||
with open(self.filename, 'w') as f:
|
with open(self.filename, 'w') as f:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user