Merge pull request #16 from arkadybag/patch-2

Update NoCaptchaTask.py
Change `FunCaptchaTask` to `NoCaptchaTask`.
This commit is contained in:
Andrei 2018-09-15 03:19:47 +03:00 committed by GitHub
commit 0ad4542da6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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,