diff --git a/python3_anticaptcha/NoCaptchaTask.py b/python3_anticaptcha/NoCaptchaTask.py index 32a903c..62774f4 100644 --- a/python3_anticaptcha/NoCaptchaTask.py +++ b/python3_anticaptcha/NoCaptchaTask.py @@ -98,7 +98,7 @@ class aioNoCaptchaTask: self.task_payload = {"clientKey": anticaptcha_key, "task": { - "type": "FunCaptchaTask", + "type": "NoCaptchaTask", "userAgent": user_agent_data, "proxyType": proxyType, "proxyAddress": proxyAddress,