Restructured group info storage for a wider usage

This commit is contained in:
2019-05-06 15:50:45 -05:00
parent 75267294f9
commit 72cc04342f
3 changed files with 26 additions and 24 deletions

View File

@@ -101,6 +101,7 @@ class vkSession(object):
self.db = {}
self.db["users"] = {}
self.db["groups"] = {}
self.db["group_info"] = {}
@property
def is_logged(self):