From a943da1812e870a588ec690ea92fd90b75956ed0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20Cort=C3=A9z?= Date: Thu, 30 Jun 2016 08:21:46 -0500 Subject: [PATCH] Now using API V5.52 --- src/sessionmanager/vkSessionHandler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sessionmanager/vkSessionHandler.py b/src/sessionmanager/vkSessionHandler.py index 49fff5a..619cf58 100644 --- a/src/sessionmanager/vkSessionHandler.py +++ b/src/sessionmanager/vkSessionHandler.py @@ -8,7 +8,7 @@ class vkObject(object): def __init__(self): 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,)) def login(self, user, password):