Switched to VK API V 5.69
This commit is contained in:
parent
6d6a801a01
commit
0b8e1a1a0d
@ -8,7 +8,7 @@ class vkObject(object):
|
||||
|
||||
def __init__(self):
|
||||
self.api_key = keys.keyring.get_api_key()
|
||||
self.api_version = 5.53
|
||||
self.api_version = 5.69
|
||||
log.debug("Created vkSession using VK API Version %s" % (self.api_version,))
|
||||
|
||||
def login(self, user, password):
|
||||
|
Loading…
Reference in New Issue
Block a user