mirror of
https://github.com/maubot/maubot
synced 2025-08-29 10:00:38 +00:00
More formatting woes.
This commit is contained in:
parent
03747dba83
commit
eaba3f03f4
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ class Client(DBClient):
|
||||||
self.crypto_store = PgCryptoStore(
|
self.crypto_store = PgCryptoStore(
|
||||||
account_id=self.id,
|
account_id=self.id,
|
||||||
pickle_key=self.maubot.crypto_db_pickle_key,
|
pickle_key=self.maubot.crypto_db_pickle_key,
|
||||||
db=self.maubot.crypto_db
|
db=self.maubot.crypto_db,
|
||||||
)
|
)
|
||||||
self.crypto = OlmMachine(
|
self.crypto = OlmMachine(
|
||||||
self.client,
|
self.client,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue