mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-28 21:46:13 +02:00
Tests for multiple journals
This commit is contained in:
parent
f9bdc13210
commit
4b9b5e827b
6 changed files with 86 additions and 3 deletions
|
@ -50,7 +50,6 @@ class Journal(object):
|
|||
'linewrap': 80,
|
||||
}
|
||||
self.config.update(kwargs)
|
||||
|
||||
# Set up date parser
|
||||
consts = pdt.Constants(usePyICU=False)
|
||||
consts.DOWParseStyle = -1 # "Monday" will be either today or the last Monday
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue