mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
short isn't a filter
This commit is contained in:
parent
1ef9f1aa5d
commit
5564d6a5a4
2 changed files with 0 additions and 2 deletions
|
@ -190,7 +190,6 @@ class Journal:
|
|||
end_date=None,
|
||||
starred=False,
|
||||
strict=False,
|
||||
short=False,
|
||||
contains=None,
|
||||
exclude=[],
|
||||
):
|
||||
|
|
|
@ -245,7 +245,6 @@ Python 3.7 (or higher) soon.
|
|||
start_date=args.start_date,
|
||||
end_date=args.end_date,
|
||||
strict=args.strict,
|
||||
short=args.short,
|
||||
starred=args.starred,
|
||||
exclude=args.excluded,
|
||||
contains=args.contains,
|
||||
|
|
Loading…
Add table
Reference in a new issue