Filters before exporting

This commit is contained in:
Manuel Ebert 2013-08-06 17:57:21 -07:00
parent 571a2677eb
commit e5ee4e3f97
2 changed files with 5 additions and 3 deletions

View file

@ -54,6 +54,7 @@ class Journal(object):
consts.DOWParseStyle = -1 # "Monday" will be either today or the last Monday
self.dateparse = pdt.Calendar(consts)
self.key = None # used to decrypt and encrypt the journal
self.search_tags = None # Store tags we're highlighting
journal_txt = self.open()
self.entries = self.parse(journal_txt)