Skip to content

Commit 3d0555d

Browse files
committed
Merge branch 'dev'
2 parents 80db456 + d1853c0 commit 3d0555d

3 files changed

Lines changed: 3 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.1',
17+
version='6.2',
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.1'
12+
__version__ = '6.2'
1313
__email__ = 'python273@ya.ru'
1414
__contact__ = 'https://vk.com/python273'
1515

vk_api/vk_api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ def vk_login(self, captcha_sid=None, captcha_key=None):
110110

111111
values = {
112112
'act': 'login',
113+
'utf8': '1',
113114
'email': self.login,
114115
'pass': self.password,
115116
'lg_h': search_re(RE_LOGIN_HASH, response.text)

0 commit comments

Comments
 (0)