diff options
-rwxr-xr-x | extras/autoship.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/autoship.py b/extras/autoship.py index 7f335c2..a65c701 100755 --- a/extras/autoship.py +++ b/extras/autoship.py @@ -371,7 +371,7 @@ def news_command(): args = ap.parse_args(sys.argv[2:]) entries = read_news( - args.in_path, args.in_format, args.unsorted, args.timezones + args.in_path, args.in_format, args.unsorted, not args.timezones ) with open(args.out_path, "w") as news: |