fix command #2

This commit is contained in:
Kuroshini 2020-01-17 17:41:42 +03:00
parent a26109a8da
commit 8544098f8c

View File

@ -34,7 +34,7 @@ class Command(BaseCommand):
task = update_establishment_image_urls.s(
(index + bucket_size) / bucket_size, summary_tasks,
bucket.values_list('id', flat=True)
list(bucket.values_list('id', flat=True))
)
tasks.append(task)