Save configs when they change. Fixes #95

This commit is contained in:
2017-01-14 06:11:41 -06:00
parent 6bb534d250
commit 4d5de6ca69
5 changed files with 26 additions and 8 deletions

View File

@@ -95,6 +95,8 @@ class sessionManagerController(object):
s.authorise()
self.sessions.append(location)
self.view.add_new_session_to_list()
s.settings.write()
config.write()
# except:
# log.exception("Error authorising the session")
# self.view.show_unauthorised_error()