OlmAccount bug
This commit is contained in:
parent
c8e87ca110
commit
24b6ad69eb
1 changed files with 1 additions and 1 deletions
|
|
@ -434,7 +434,7 @@ async def main():
|
||||||
account = await crypto_store.get_account()
|
account = await crypto_store.get_account()
|
||||||
if not account:
|
if not account:
|
||||||
log.info("Creating new Olm account...")
|
log.info("Creating new Olm account...")
|
||||||
account = OlmAccount.generate()
|
account = OlmAccount()
|
||||||
await crypto_store.put_account(account)
|
await crypto_store.put_account(account)
|
||||||
|
|
||||||
# Register Event Handlers
|
# Register Event Handlers
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue