From f855f1b19330fdd61333c46cacc29ee6adc4c508 Mon Sep 17 00:00:00 2001 From: Weibin Huang <654751191@qq.com> Date: Sun, 5 Nov 2023 17:28:54 +0800 Subject: [PATCH] Update up.py --- m2w/up.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m2w/up.py b/m2w/up.py index 5951c67..446a4fd 100644 --- a/m2w/up.py +++ b/m2w/up.py @@ -84,7 +84,7 @@ async def up( shutil.copyfile(path_legacy_json + "_temporary_latest", path_legacy_json) break except Exception as e: - print("OOPS, the REST API mode failed!") + print("OOPS, the upload/update process failed!") if os.path.exists(path_legacy_json + "_temporary_old"): shutil.copyfile(path_legacy_json + "_temporary_old", path_legacy_json) if retry < max_retries - 1: