fix command

This commit is contained in:
Kuroshini 2020-01-17 17:35:50 +03:00
parent 9ef26594b6
commit 0bb521b479

View File

@ -16,6 +16,7 @@ class Command(BaseCommand):
parser.add_argument(
'--bucket_size',
type=int,
default=128,
help='Size of one basket to update'
)