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,
|
self.task_payload = {"clientKey": anticaptcha_key,
|
||||||
"task":
|
"task":
|
||||||
{
|
{
|
||||||
"type": "FunCaptchaTask",
|
"type": "NoCaptchaTask",
|
||||||
"userAgent": user_agent_data,
|
"userAgent": user_agent_data,
|
||||||
"proxyType": proxyType,
|
"proxyType": proxyType,
|
||||||
"proxyAddress": proxyAddress,
|
"proxyAddress": proxyAddress,
|
||||||
|
|
Loading…
Reference in New Issue