Merge pull request #8 from AdminAnticaptcha/patch-1

Corrected task type
This commit is contained in:
Andrei 2018-02-24 00:13:12 +03:00 committed by GitHub
commit 00eb2baa62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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