Merge pull request 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
python3_anticaptcha

View File

@ -25,7 +25,7 @@ class NoCaptchaTask:
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,