Bug fix
This commit is contained in:
parent
a81b8ba4d3
commit
c9cf3fa615
1 changed files with 0 additions and 3 deletions
|
|
@ -428,9 +428,6 @@ async def main():
|
||||||
"access_token": client.api.token,
|
"access_token": client.api.token,
|
||||||
"device_id": client.device_id
|
"device_id": client.device_id
|
||||||
}, f)
|
}, f)
|
||||||
|
|
||||||
# Start the crypto machine
|
|
||||||
await client.crypto.start()
|
|
||||||
|
|
||||||
# Bootstrap Cross-Signing and Key Recovery using the environment variable
|
# Bootstrap Cross-Signing and Key Recovery using the environment variable
|
||||||
recovery_key = os.getenv("MATRIX_RECOVERY_KEY")
|
recovery_key = os.getenv("MATRIX_RECOVERY_KEY")
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue