From ac7ffb184585632b63d85d06e4547b383244d071 Mon Sep 17 00:00:00 2001 From: j Date: Wed, 7 Aug 2019 10:55:48 +0200 Subject: [PATCH] clenaup --- pandora/item/management/commands/update_external.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pandora/item/management/commands/update_external.py b/pandora/item/management/commands/update_external.py index aea8c530..4dbd1cbd 100644 --- a/pandora/item/management/commands/update_external.py +++ b/pandora/item/management/commands/update_external.py @@ -17,9 +17,9 @@ class Command(BaseCommand): def add_arguments(self, parser): parser.add_argument('--all', action='store_true', dest='all', - default=False, help='update all items, otherwise oldes N'), + default=False, help='update all items, otherwise oldes N') parser.add_argument('-n', '--items', action='store', dest='items', type=int, - default=30, help='number of items ot update'), + default=30, help='number of items ot update') def handle(self, **options): offset = 0