From 5ce20d6a7c3f37b4071ace0e0fb933646aa866de Mon Sep 17 00:00:00 2001 From: frxz751113 <156018267+frxz751113@users.noreply.github.com> Date: Wed, 21 Aug 2024 10:04:08 +0800 Subject: [PATCH] =?UTF-8?q?Update=20IP=E6=9B=B4=E6=96=B0=E6=A3=80=E6=B5=8B?= =?UTF-8?q?.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- py/IP更新检测.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/IP更新检测.py b/py/IP更新检测.py index aac54d1..150f84c 100644 --- a/py/IP更新检测.py +++ b/py/IP更新检测.py @@ -397,7 +397,7 @@ for filename in os.listdir(folder_path): break frame_count += 1 # 如果在3秒内读取到60帧以上,设置成功标志 - if frame_count >= 60: + if frame_count >= 40: success = True break cap.release()