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: