fix command #2
This commit is contained in:
parent
a26109a8da
commit
8544098f8c
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user