Merge pull request #8 from AdminAnticaptcha/patch-1
Corrected task type
This commit is contained in:
commit
00eb2baa62
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue