diff --git a/python3_anticaptcha/NoCaptchaTask.py b/python3_anticaptcha/NoCaptchaTask.py index d5716e0..5ef3dfc 100644 --- a/python3_anticaptcha/NoCaptchaTask.py +++ b/python3_anticaptcha/NoCaptchaTask.py @@ -25,7 +25,7 @@ class NoCaptchaTask: self.task_payload = {"clientKey": anticaptcha_key, "task": { - "type": "FunCaptchaTask", + "type": "NoCaptchaTask", "userAgent": user_agent_data, "proxyType": proxyType, "proxyAddress": proxyAddress,