mirror of
https://github.com/gnh1201/caterpillar.git
synced 2025-09-06 01:41:00 +00:00
Update server.py
This commit is contained in:
parent
d274c760e7
commit
d657f22796
|
@ -419,6 +419,7 @@ def truecaptcha_solve(base64string):
|
||||||
}
|
}
|
||||||
response = requests.post(url = url, json = data)
|
response = requests.post(url = url, json = data)
|
||||||
data = response.json()
|
data = response.json()
|
||||||
|
print (data)
|
||||||
return data['result']
|
return data['result']
|
||||||
|
|
||||||
if __name__== "__main__":
|
if __name__== "__main__":
|
||||||
|
|
Loading…
Reference in New Issue
Block a user