Added establishment saving
This commit is contained in:
parent
294c468405
commit
281aca4fe5
|
|
@ -89,5 +89,7 @@ def update_establishment_image_urls(part_number: int, summary_tasks: int, bucket
|
||||||
elif establishment.preview_image_url is None:
|
elif establishment.preview_image_url is None:
|
||||||
establishment.preview_image_url = live_link
|
establishment.preview_image_url = live_link
|
||||||
|
|
||||||
|
establishment.save()
|
||||||
|
|
||||||
logger.info(f'The {part_number}th part of the image update '
|
logger.info(f'The {part_number}th part of the image update '
|
||||||
f'from {summary_tasks} parts was completed')
|
f'from {summary_tasks} parts was completed')
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user