From 3c9d63c37b600f6493eef4e411ebcca8fb6fcf91 Mon Sep 17 00:00:00 2001 From: qingxu fu <505030475@qq.com> Date: Tue, 11 Apr 2023 18:50:56 +0800 Subject: [PATCH] UP --- check_proxy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_proxy.py b/check_proxy.py index 947b347..7fdd2b0 100644 --- a/check_proxy.py +++ b/check_proxy.py @@ -113,7 +113,7 @@ def auto_update(): with open('./version', 'r', encoding='utf8') as f: current_version = f.read() current_version = json.loads(current_version)['version'] - if (remote_version - current_version) >= 0.05: + if (remote_version - current_version) >= 0.01: from colorful import print亮黄 print亮黄( f'\n新版本可用。新版本:{remote_version},当前版本:{current_version}。{new_feature}')