This commit is contained in:
Alex Kotov 2023-01-09 00:53:15 +04:00
parent 23491f17c7
commit 9c1a12fb89
No known key found for this signature in database
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ class Config:
class Application:
def __init__(self, config):
self.config = config
self.sqlite_adapter = SqliteAdapter(config.db_path)
self.sqlite_adapter = SqliteAdapter(self, config.db_path)
self.matrix_loop = MatrixLoop(
self,
config.matrix_homeserver_url,