Skip to content

Commit 2a79c70

Browse files
committed
Merge branch 'dev' of https://github.com/python273/vk_api.git into dev
2 parents ee26b78 + 7c13714 commit 2a79c70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vk_api/vk_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ def check_token(self):
299299

300300
def captcha_handler(self, captcha):
301301
""" http://vk.com/dev/captcha_error """
302-
pass
302+
raise captcha
303303

304304
def need_validation_handler(self, error):
305305
""" http://vk.com/dev/need_validation """

0 commit comments

Comments
 (0)