Fix code
This commit is contained in:
parent
23491f17c7
commit
9c1a12fb89
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue