mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 06:23:34 -07:00
fixed scraper error
This commit is contained in:
parent
534af5a421
commit
a28bbf8840
1 changed files with 1 additions and 0 deletions
|
@ -91,6 +91,7 @@ def update_recipe_image(
|
|||
):
|
||||
""" Removes an existing image and replaces it with the incoming file. """
|
||||
response = write_image(recipe_slug, image, extension)
|
||||
Recipe.update_image(recipe_slug, extension)
|
||||
|
||||
return response
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue