From 5afe0f655bfc79444e815724bb0a15c0d6e1ea70 Mon Sep 17 00:00:00 2001 From: redV0ID Date: Sun, 22 Oct 2017 16:47:11 +0700 Subject: [PATCH] =?UTF-8?q?=D0=BF=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B0=20=D1=80=D0=B0=D1=81=D0=BF=D0=B0=D0=BA=D0=BE?= =?UTF-8?q?=D0=B2=D0=BA=D0=B0=20kwargs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- python3_anticaptcha/NoCaptchaTask.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python3_anticaptcha/NoCaptchaTask.py b/python3_anticaptcha/NoCaptchaTask.py index f6520cb..84785a9 100644 --- a/python3_anticaptcha/NoCaptchaTask.py +++ b/python3_anticaptcha/NoCaptchaTask.py @@ -35,8 +35,8 @@ class NoCaptchaTask: if kwargs: for key in kwargs: - self.task_payload['task'].update(kwars) # is it error? - + self.task_payload['task'].update({key: kwargs[key]}) + def captcha_handler(self): #TODO \ No newline at end of file