Spaces:
Running
Running
Update login.py
Browse files
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
|
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
|