From 6b3c6a499b3eb9836fa0a8d70692357de4725986 Mon Sep 17 00:00:00 2001 From: Andrei Date: Sat, 14 Oct 2017 01:53:09 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=B5=D0=B1=D0=BE=D0=BB=D1=8C=D1=88?= =?UTF-8?q?=D0=B0=D1=8F=20=D0=BF=D1=80=D0=B0=D0=B2=D0=BA=D0=B0=20=D1=81?= =?UTF-8?q?=D0=B8=D0=BD=D1=82=D0=B0=D0=BA=D1=81=D0=B8=D1=81=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- python3_anticaptcha/AntiCaptchaControl.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python3_anticaptcha/AntiCaptchaControl.py b/python3_anticaptcha/AntiCaptchaControl.py index 598b67d..d6c7b2a 100644 --- a/python3_anticaptcha/AntiCaptchaControl.py +++ b/python3_anticaptcha/AntiCaptchaControl.py @@ -6,7 +6,6 @@ from config import get_balance_url, incorrect_captcha_url class AntiCaptchaControl: def __init__(self, anticaptcha_key): self.ANTICAPTCHA_KEY = anticaptcha_key - self.get_balance_url = get_balance_url def get_balance(self): '''