From eaba3f03f4a54644ccfdca4a62abce0a9ba62030 Mon Sep 17 00:00:00 2001 From: Binesh Bannerjee Date: Sat, 25 Jan 2025 18:10:51 -0500 Subject: [PATCH] More formatting woes. --- maubot/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maubot/client.py b/maubot/client.py index 83e5478..bf0fe42 100644 --- a/maubot/client.py +++ b/maubot/client.py @@ -188,7 +188,7 @@ class Client(DBClient): self.crypto_store = PgCryptoStore( account_id=self.id, pickle_key=self.maubot.crypto_db_pickle_key, - db=self.maubot.crypto_db + db=self.maubot.crypto_db, ) self.crypto = OlmMachine( self.client,