From 8923411b1afa79d0f4b029b456d7b97d05f89975 Mon Sep 17 00:00:00 2001 From: icepage Date: Fri, 11 Apr 2025 11:06:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E9=AB=98=E7=A7=BB=E5=8A=A8=E6=BB=91?= =?UTF-8?q?=E5=9D=97=E6=AC=A1=E6=95=B0=EF=BC=8C=E5=A2=9E=E5=8A=A0=E6=BB=91?= =?UTF-8?q?=E5=9D=97=E9=80=9A=E8=BF=87=E7=8E=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index b7b6e2b..01c3440 100644 --- a/main.py +++ b/main.py @@ -624,7 +624,7 @@ async def get_jd_pt_key(playwright: Playwright, user, mode) -> Union[str, None]: if user_datas[user].get("auto_switch", True): # 自动识别移动滑块验证码 await asyncio.sleep(1) - await auto_move_slide(page, retry_times=5) + await auto_move_slide(page, retry_times=30) # 自动验证形状验证码 await asyncio.sleep(1)