Simple produce from the config. No more need to pass in a passphrase for the demo.

pull/632/head
jMyles 2019-01-09 14:04:07 -05:00
parent 56927408ea
commit 39a097b100
1 changed files with 1 additions and 3 deletions

View File

@ -65,9 +65,7 @@ except: # If anything fails, let's create Alicia from scratch
federated_only=True,
learn_on_same_thread=True,
)
alicia = alice_config(passphrase=passphrase,
known_certificates_dir=TEMP_URSULA_CERTIFICATE_DIR,
)
alicia = alice_config.produce()
# We will save Alicia's config to a file for later use
alice_config_file = alice_config.to_configuration_file()