Started using VK API V 5.84

This commit is contained in:
2018-09-03 09:43:33 -05:00
parent 314a615b68
commit d45bfb0eeb
2 changed files with 7 additions and 7 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.69
self.api_version = 5.84
log.debug("Created vkSession using VK API Version %s" % (self.api_version,))
def login(self, user, password):