Fix code
This commit is contained in:
parent
23491f17c7
commit
9c1a12fb89
|
@ -28,7 +28,7 @@ class Config:
|
||||||
class Application:
|
class Application:
|
||||||
def __init__(self, config):
|
def __init__(self, config):
|
||||||
self.config = config
|
self.config = config
|
||||||
self.sqlite_adapter = SqliteAdapter(config.db_path)
|
self.sqlite_adapter = SqliteAdapter(self, config.db_path)
|
||||||
self.matrix_loop = MatrixLoop(
|
self.matrix_loop = MatrixLoop(
|
||||||
self,
|
self,
|
||||||
config.matrix_homeserver_url,
|
config.matrix_homeserver_url,
|
||||||
|
|
Reference in a new issue