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
2653992795
commit
8a81e69c0f
|
@ -380,8 +380,8 @@ def pwnedpasswords_test(s):
|
||||||
def truecaptcha_solve(userid, apikey, encoded_string):
|
def truecaptcha_solve(userid, apikey, encoded_string):
|
||||||
url = 'https://api.apitruecaptcha.org/one/gettext'
|
url = 'https://api.apitruecaptcha.org/one/gettext'
|
||||||
data = {
|
data = {
|
||||||
'userid': userid,
|
'userid': truecaptcha_userid,
|
||||||
'apikey': apikey,
|
'apikey': truecaptcha_apikey,
|
||||||
'data': encoded_string
|
'data': encoded_string
|
||||||
}
|
}
|
||||||
response = requests.post(url = url, json = data)
|
response = requests.post(url = url, json = data)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user