Update server.py

This commit is contained in:
Namhyeon Go 2024-02-19 16:17:36 +09:00 committed by GitHub
parent 60c6b1f541
commit 83976959e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -201,7 +201,7 @@ def proxy_check_filtered(data, webserver, port, scheme, method, url):
if not filtered:
print ("[*] downloading... %s" % (url))
encoded_image = webp_to_png_base64(url)
print ("[*] downloaded."))
print ("[*] downloaded.")
if encoded_image:
print ("[*] solving...")
solved = truecaptcha_solve(base64string)