mirror of
https://github.com/gnh1201/caterpillar.git
synced 2025-02-06 15:05:00 +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):
|
||||
url = 'https://api.apitruecaptcha.org/one/gettext'
|
||||
data = {
|
||||
'userid': userid,
|
||||
'apikey': apikey,
|
||||
'userid': truecaptcha_userid,
|
||||
'apikey': truecaptcha_apikey,
|
||||
'data': encoded_string
|
||||
}
|
||||
response = requests.post(url = url, json = data)
|
||||
|
|
Loading…
Reference in New Issue
Block a user