This commit is contained in:
Jonathan Wren 2022-06-25 14:35:15 -07:00
parent 7c5af92eea
commit 4f7a42e7d4

View file

@ -73,7 +73,7 @@ def postconfig_encrypt(args, config, original_config, **kwargs):
from jrnl.config import update_config from jrnl.config import update_config
from jrnl.EncryptedJournal import EncryptedJournal from jrnl.EncryptedJournal import EncryptedJournal
from jrnl.install import save_config from jrnl.install import save_config
from jrnl.Journal import jrnlopen_journal from jrnl.Journal import open_journal
# Open the journal # Open the journal
journal = open_journal(args.journal_name, config) journal = open_journal(args.journal_name, config)