mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-09-06 15:11:35 +00:00
Start session automatically, login and logout in realtime from the account buffer in the GUI
This commit is contained in:
@@ -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."""
|
||||
|
||||
Reference in New Issue
Block a user