Now using API V5.52
This commit is contained in:
parent
2426ed782e
commit
a943da1812
@ -8,7 +8,7 @@ class vkObject(object):
|
|||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.api_key = keys.keyring.get_api_key()
|
self.api_key = keys.keyring.get_api_key()
|
||||||
self.api_version = 5.45
|
self.api_version = 5.52
|
||||||
log.debug("Created vkSession using VK API Version %s" % (self.api_version,))
|
log.debug("Created vkSession using VK API Version %s" % (self.api_version,))
|
||||||
|
|
||||||
def login(self, user, password):
|
def login(self, user, password):
|
||||||
|
Loading…
Reference in New Issue
Block a user