From 2c0598d7fff1469c0164264dd9899d77b65694cd Mon Sep 17 00:00:00 2001 From: ZhuoZhou Date: Tue, 1 Jul 2025 12:36:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=94=99=E8=AF=AF=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Tools/config_convert/gen_config_pipeline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FindObjectBundleBuilder/Tools/config_convert/gen_config_pipeline.py b/FindObjectBundleBuilder/Tools/config_convert/gen_config_pipeline.py index 8f072fa..4356c42 100644 --- a/FindObjectBundleBuilder/Tools/config_convert/gen_config_pipeline.py +++ b/FindObjectBundleBuilder/Tools/config_convert/gen_config_pipeline.py @@ -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: