mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-11 09:08:32 +02:00
Fixed typo (#563)
This commit is contained in:
parent
6eb9e44bf5
commit
c0a76b2929
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ def encrypt(journal, filename=None):
|
|||
|
||||
|
||||
def decrypt(journal, filename=None):
|
||||
""" Decrypts into new file. If filename is not set, we encrypt the journal file itself. """
|
||||
""" Decrypts into new file. If filename is not set, we decrypt the journal file itself. """
|
||||
journal.config['encrypt'] = False
|
||||
journal.config['password'] = ""
|
||||
journal.write(filename)
|
||||
|
|
Loading…
Add table
Reference in a new issue