Fixed typo (#563)

This commit is contained in:
Austin Scott 2018-11-08 12:13:51 -06:00
parent 6eb9e44bf5
commit c0a76b2929

View file

@ -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)