From c3b3275e352c2111e6f51bc3cf1b6ebc3a76cd7d Mon Sep 17 00:00:00 2001 From: Arkady Date: Sat, 15 Sep 2018 03:18:11 +0300 Subject: [PATCH] Update NoCaptchaTask.py --- python3_anticaptcha/NoCaptchaTask.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,