From 7c645e93ca221e3ed7ececfb34fe078fa9947e94 Mon Sep 17 00:00:00 2001 From: Franklin-F Date: Sat, 31 May 2025 05:22:59 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E8=BE=93=E5=87=BA=E4=BB=A5=E6=98=BE=E7=A4=BA=E4=BB=BB=E5=8A=A1?= =?UTF-8?q?ID=E7=9A=84=E5=93=8D=E5=BA=94=E6=96=87=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- onoe.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/onoe.py b/onoe.py index a739f0a..13dd0e7 100644 --- a/onoe.py +++ b/onoe.py @@ -278,7 +278,7 @@ def solve_recaptcha_v3_with_proxy( logger.info(f"[token] 发送 payload:{payload}") resp.raise_for_status() task_id = resp.json()["taskId"] - logger.info(f"task_id: {resp}") + logger.info(f"task_id: {resp.text}") # 轮询获取结果 check_payload = {"clientKey": "CAP-A76C932D4C6CCB3CA748F77FDC07D996", "taskId": task_id} for i in range(max_poll_attempts):