Update server.py

This commit is contained in:
Namhyeon Go 2024-02-19 15:39:31 +09:00 committed by GitHub
parent d274c760e7
commit d657f22796
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -419,6 +419,7 @@ def truecaptcha_solve(base64string):
}
response = requests.post(url = url, json = data)
data = response.json()
print (data)
return data['result']
if __name__== "__main__":