Hide the media managers db

This commit is contained in:
Karsten Lehmann
2020-08-26 21:06:57 +02:00
parent b566e32597
commit 8358b092a3
4 changed files with 29 additions and 21 deletions

View File

@@ -32,7 +32,7 @@ class SqliteSessionManager(SimpleSessionManager):
everytime the SyncApp is restarted."""
def __init__(self, session_db_path):
SimpleSessionManager.__init__(self)
super().__init__()
self.session_db_path = os.path.realpath(session_db_path)
self._ensure_schema_up_to_date()