Now using API V5.52

This commit is contained in:
Manuel Cortez 2016-06-30 08:21:46 -05:00
parent 2426ed782e
commit a943da1812

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.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):