Bug-fixing in `error.py`
This commit is contained in:
parent
21b51580d1
commit
427ac7c43f
Binary file not shown.
Binary file not shown.
|
@ -21,4 +21,4 @@ class ParamError(AntiCaptchaApiException):
|
|||
class IdGetError(AntiCaptchaApiException):
|
||||
def __init__(self, server_answer):
|
||||
AntiCaptchaApiException.__init__(self, """\n Пораждается при ошибке получения ID капчи от сервиса. Ответ сервера:\n
|
||||
{0}""".format(server_answer))
|
||||
{0}""".format(server_answer))
|
||||
|
|
Loading…
Reference in New Issue