修改错误代码

main
ZhuoZhou 2025-07-01 12:36:35 +08:00
parent 84ced896ef
commit 2c0598d7ff
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ if __name__ == '__main__':
print(f"更新Main配置表")
url = gen_levels_db.update_main_level_db(platform, mode)
config.append_msg(f"{platform}平台的mode:{mode}配置 更新配置文件成功 \n 最新配置文件url: {url}")
config.notification_helper.append_msg(f"{platform}平台的mode:{mode}配置 更新配置文件成功 \n 最新配置文件url: {url}")
config.notification_helper.append_at_people(config.at_all)
elif operation == config.config_pipe_operation.update_main_country_level_db.value:
if platform is None or mode is None: