修改错误代码
parent
84ced896ef
commit
2c0598d7ff
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue