Небольшая правка синтаксиса
This commit is contained in:
parent
cb773bc585
commit
6b3c6a499b
|
@ -6,7 +6,6 @@ from config import get_balance_url, incorrect_captcha_url
|
||||||
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):
|
||||||
'''
|
'''
|
||||||
|
|
Loading…
Reference in New Issue