Fixed typo (#563)

This commit is contained in:
Austin Scott 2018-11-08 12:13:51 -06:00 committed by Manuel Ebert
parent c0050c3d23
commit 78da28cd9a

View file

@ -83,7 +83,7 @@ def encrypt(journal, filename=None):
def decrypt(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['encrypt'] = False
journal.config['password'] = "" journal.config['password'] = ""
journal.write(filename) journal.write(filename)