Skip to content

Commit

Permalink
Bug-fixing in error.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiDrang committed Jan 22, 2019
1 parent 21b5158 commit 427ac7c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file added dist/python3-anticaptcha-1.2.2.tar.gz
Binary file not shown.
Binary file added dist/python3_anticaptcha-1.2.2-py3-none-any.whl
Binary file not shown.
2 changes: 1 addition & 1 deletion python3_anticaptcha/errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ def __init__(self, additional_info = None):
class IdGetError(AntiCaptchaApiException):
def __init__(self, server_answer):
AntiCaptchaApiException.__init__(self, """\n Пораждается при ошибке получения ID капчи от сервиса. Ответ сервера:\n
{0}""".format(server_answer))
{0}""".format(server_answer))
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name = 'python3-anticaptcha',
version = '1.2.1',
version = '1.2.2',
author = 'AndreiDrang, redV0ID',

packages = ['python3_anticaptcha'],
Expand Down

0 comments on commit 427ac7c

Please sign in to comment.