This commit is contained in:
Astra Logical 2026-07-23 13:38:53 -04:00
parent a81b8ba4d3
commit c9cf3fa615

View file

@ -428,9 +428,6 @@ async def main():
"access_token": client.api.token,
"device_id": client.device_id
}, f)
# Start the crypto machine
await client.crypto.start()
# Bootstrap Cross-Signing and Key Recovery using the environment variable
recovery_key = os.getenv("MATRIX_RECOVERY_KEY")