Merge pull request #16 from arkadybag/patch-2
Update NoCaptchaTask.py Change `FunCaptchaTask` to `NoCaptchaTask`.
This commit is contained in:
commit
0ad4542da6
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue