косметические изменения

This commit is contained in:
redV0ID 2017-10-24 23:42:38 +07:00
parent 4d9c87b322
commit a93a7e9602
1 changed files with 9 additions and 9 deletions

View File

@ -41,7 +41,7 @@ class NoCaptchaTask:
self.task_payload['task'].update({key: kwargs[key]})
def captcha_handler(self, website_url, website_key):
def captcha_handler(self):
# отправляем реквест
captcha_id = requests.post(create_task_url, json=self.task_payload).json()