Skip to content

Commit 04d49bd

Browse files
committed
Update security check URL
1 parent 619e641 commit 04d49bd

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
@@ -120,7 +120,7 @@ def authorization(self, reauth=False):
120120
if not self.check_sid():
121121
self.vk_login()
122122
else:
123-
self.security_check('https://vk.com/')
123+
self.security_check('https://vk.com/settings')
124124

125125
if not self.check_token():
126126
self.api_login()

0 commit comments

Comments
 (0)