From aa8d053868c6596ae93c3b229d30b8ea7d814d47 Mon Sep 17 00:00:00 2001 From: hjdhnx Date: Tue, 6 Sep 2022 02:22:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=BA=86=E5=8D=87=E7=BA=A7?= =?UTF-8?q?=E6=97=A5=E5=BF=97=E6=89=93=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/update.py b/utils/update.py index 19fa6e9..400cf4c 100644 --- a/utils/update.py +++ b/utils/update.py @@ -111,5 +111,5 @@ def download_new_version(): msg = '升级成功' except Exception as e: msg = f'升级失败:{e}' - logger.info(f'参数检验js读取共计耗时:{get_interval(t1)}毫秒') + logger.info(f'系统升级共计耗时:{get_interval(t1)}毫秒') return msg \ No newline at end of file -- GitLab