Небольшая правка

This commit is contained in:
Andrei 2017-10-14 02:37:46 +03:00
parent 5b05f8b4c7
commit 4505325df9
1 changed files with 0 additions and 2 deletions

View File

@ -1,5 +1,4 @@
import requests import requests
import time
# from .errors import RuCaptchaError # from .errors import RuCaptchaError
from config import get_balance_url, incorrect_captcha_url from config import get_balance_url, incorrect_captcha_url
@ -10,7 +9,6 @@ from config import TEST_KEY
class AntiCaptchaControl: class AntiCaptchaControl:
def __init__(self, anticaptcha_key): def __init__(self, anticaptcha_key):
self.ANTICAPTCHA_KEY = anticaptcha_key self.ANTICAPTCHA_KEY = anticaptcha_key
self.get_balance_url = get_balance_url
def get_balance(self): def get_balance(self):
''' '''