From fe7b651c562738f11a067e774d0b4cbc7ad3c46c Mon Sep 17 00:00:00 2001 From: qingxu fu <505030475@qq.com> Date: Tue, 11 Jul 2023 15:56:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- check_proxy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_proxy.py b/check_proxy.py index eacf2c6..964ae47 100644 --- a/check_proxy.py +++ b/check_proxy.py @@ -139,7 +139,7 @@ def auto_update(raise_error=False): else: return except: - msg = '自动更新程序:已禁用' + msg = '自动更新程序:已禁用。建议排查:代理网络配置。' if raise_error: from toolbox import trimmed_format_exc msg += trimmed_format_exc()