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: