From 2c4477aa512c2cecb5c32b6a4980f66492ccb6d4 Mon Sep 17 00:00:00 2001 From: Franklin-F Date: Fri, 30 May 2025 22:42:46 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=A7=BB=E9=99=A4=E4=B8=8D=E5=BF=85?= =?UTF-8?q?=E8=A6=81=E7=9A=84=E9=87=8D=E5=AE=9A=E5=90=91=E5=92=8CSSL?= =?UTF-8?q?=E9=AA=8C=E8=AF=81=E9=80=89=E9=A1=B9=E4=BB=A5=E7=AE=80=E5=8C=96?= =?UTF-8?q?=E8=AF=B7=E6=B1=82=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/main.py b/main.py index 6755ae8..f3637da 100644 --- a/main.py +++ b/main.py @@ -158,8 +158,6 @@ def post_with_retry(url, proxy_name, json_payload=None, data=None, headers=None, headers=headers, proxies=proxies, timeout=timeout, - allow_redirects=True, # 允许重定向 - verify=False, # 不验证 SSL 证书 ) if resp.status_code == 401 and not token_refreshed: if verbose: