fix(helm chart): 初始化任务日志错误。

pull/1458/head
zhangxinhui02 2025-12-24 03:39:58 +08:00
parent 914dfd32bd
commit baa6e90be7
No known key found for this signature in database
GPG Key ID: 22C23383864A313F
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ def write_config_files():
_f.write(config_str)
log(func_name, '\t`.env` of core wrote.')
if config_core_bot_b64:
log(func_name, '\tWriting `bot_config.toml` of core not found. Creating...')
log(func_name, '\tWriting `bot_config.toml` of core...')
config_str = base64.b64decode(config_core_bot_b64).decode("utf-8")
with open('/app/config/core/bot_config.toml', 'w', encoding='utf-8') as _f:
_f.write(config_str)