diff --git a/jrnl/Journal.py b/jrnl/Journal.py index 72b3b9cd..00aa84f3 100644 --- a/jrnl/Journal.py +++ b/jrnl/Journal.py @@ -190,7 +190,6 @@ class Journal: end_date=None, starred=False, strict=False, - short=False, contains=None, exclude=[], ): diff --git a/jrnl/cli.py b/jrnl/cli.py index 54d81ab4..18fcc55c 100644 --- a/jrnl/cli.py +++ b/jrnl/cli.py @@ -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,