mirror of
https://github.com/gnh1201/caterpillar.git
synced 2025-09-06 09:51:06 +00:00
Update server.py
This commit is contained in:
parent
8a81e69c0f
commit
27b40d62b6
|
@ -382,7 +382,8 @@ def truecaptcha_solve(userid, apikey, encoded_string):
|
|||
data = {
|
||||
'userid': truecaptcha_userid,
|
||||
'apikey': truecaptcha_apikey,
|
||||
'data': encoded_string
|
||||
'data': encoded_string,
|
||||
'mode': 'human'
|
||||
}
|
||||
response = requests.post(url = url, json = data)
|
||||
data = response.json()
|
||||
|
|
Loading…
Reference in New Issue
Block a user