mirror of
https://github.com/anatolykopyl/dochunt.git
synced 2026-03-26 12:54:41 +00:00
💄 Made a pretty ui
This commit is contained in:
@@ -15,5 +15,6 @@ def _2fa_handler():
|
||||
def authenticate():
|
||||
vk_session = vk_api.VkApi(login=login, password=password, auth_handler=_2fa_handler)
|
||||
vk_session.auth()
|
||||
c.print('Authentication success!', style='blue')
|
||||
|
||||
return vk_session.get_api()
|
||||
Reference in New Issue
Block a user