mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-17 11:38:32 +02:00
fix typo
This commit is contained in:
parent
7c5af92eea
commit
4f7a42e7d4
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ def postconfig_encrypt(args, config, original_config, **kwargs):
|
|||
from jrnl.config import update_config
|
||||
from jrnl.EncryptedJournal import EncryptedJournal
|
||||
from jrnl.install import save_config
|
||||
from jrnl.Journal import jrnlopen_journal
|
||||
from jrnl.Journal import open_journal
|
||||
|
||||
# Open the journal
|
||||
journal = open_journal(args.journal_name, config)
|
||||
|
|
Loading…
Add table
Reference in a new issue