diff --git a/matrix_keycloak_bot.py b/matrix_keycloak_bot.py index a894457..b89f585 100644 --- a/matrix_keycloak_bot.py +++ b/matrix_keycloak_bot.py @@ -434,7 +434,7 @@ async def main(): account = await crypto_store.get_account() if not account: log.info("Creating new Olm account...") - account = OlmAccount.generate() + account = OlmAccount() await crypto_store.put_account(account) # Register Event Handlers