Start session automatically, login and logout in realtime from the account buffer in the GUI

This commit is contained in:
2015-02-26 15:21:26 -06:00
parent 3a9a49d64c
commit 458d607b9a
6 changed files with 149 additions and 17 deletions

View File

@@ -94,6 +94,10 @@ class Session(object):
self.db = {}
self.reconnection_function_active = False
@property
def is_logged(self):
return self.logged
def get_configuration(self):
""" Gets settings for a session."""