More formatting woes.

This commit is contained in:
Binesh Bannerjee 2025-01-25 18:10:51 -05:00
parent 03747dba83
commit eaba3f03f4

View file

@ -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,