Using VK API Version 5.53

This commit is contained in:
2016-08-13 19:50:27 -05:00
parent 50355abdda
commit c8927e0b60
2 changed files with 1 additions and 144 deletions

View File

@@ -8,7 +8,7 @@ class vkObject(object):
def __init__(self):
self.api_key = keys.keyring.get_api_key()
self.api_version = 5.52
self.api_version = 5.53
log.debug("Created vkSession using VK API Version %s" % (self.api_version,))
def login(self, user, password):