rogerxavier commited on
Commit
1ca1baa
·
verified ·
1 Parent(s): 9fae6a7

Update login.py

Browse files
Files changed (1) hide show
  1. login.py +1 -1
login.py CHANGED
@@ -32,7 +32,7 @@ def get_response_headers(account:str,password:str,captcha_text:str):
32
  "captcha": captcha_text
33
  }
34
 
35
- response = session.post(login_url, data=payload , verify=False)
36
 
37
  # 获取响应头
38
  headers = response.headers
 
32
  "captcha": captcha_text
33
  }
34
 
35
+ response = session.post(login_url, data=payload )
36
 
37
  # 获取响应头
38
  headers = response.headers