From c12214b88dcd4b9cb23a9082a42f5b1769b6b147 Mon Sep 17 00:00:00 2001 From: Arkady Date: Fri, 14 Sep 2018 21:03:26 +0300 Subject: [PATCH] Update NoCaptchaTask.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Видимо вовремя копирования осталось --- python3_anticaptcha/NoCaptchaTask.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python3_anticaptcha/NoCaptchaTask.py b/python3_anticaptcha/NoCaptchaTask.py index d5716e0..cefbb08 100644 --- a/python3_anticaptcha/NoCaptchaTask.py +++ b/python3_anticaptcha/NoCaptchaTask.py @@ -122,7 +122,6 @@ class aioNoCaptchaTask: self.task_payload["task"].update({"websiteURL": websiteURL, "websiteKey": websiteKey}) # отправляем реквест, в ответ получаем JSON содержащий номер решаемой капчи - captcha_id = requests.post(create_task_url, json=self.task_payload).json() async with aiohttp.ClientSession() as session: async with session.post(create_task_url, json=self.task_payload) as resp: captcha_id = await resp.json()