Skip to content

Commit dd5fb6a

Browse files
committed
Fix utf-8 login or password
1 parent 247224d commit dd5fb6a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)