Switched to VK API V 5.69

This commit is contained in:
Manuel Cortez 2018-01-14 07:18:00 -06:00
parent 6d6a801a01
commit 0b8e1a1a0d

View File

@ -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.53 self.api_version = 5.69
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):