Skip to content

Commit cbd7fc8

Browse files
committed
Merge branch 'dev'
2 parents 3d0555d + 2f80499 commit cbd7fc8

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
setup(
1616
name='vk_api',
17-
version='6.2',
17+
version='6.3',
1818
author='Kirill Python',
1919
author_email='python273@ya.ru',
2020
url='https://github.com/python273/vk_api',

vk_api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"""
1010

1111
__author__ = 'Kirill Python'
12-
__version__ = '6.2'
12+
__version__ = '6.3'
1313
__email__ = 'python273@ya.ru'
1414
__contact__ = 'https://vk.com/python273'
1515

vk_api/vk_api.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -475,6 +475,8 @@ def __init__(self, vk, captcha_sid,
475475
self.args = args or ()
476476
self.kwargs = kwargs or {}
477477

478+
self.code = CAPTCHA_ERROR_CODE
479+
478480
self.key = None
479481
self.url = url
480482

0 commit comments

Comments
 (0)