mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-09 03:04:54 -04:00
Fix logging an error on successful image scrape (#612)
This commit is contained in:
parent
fd17614764
commit
3ec9b5c34d
@ -70,6 +70,6 @@ def scrape_image(image_url: str, slug: str) -> Path:
|
|||||||
|
|
||||||
filename.unlink(missing_ok=True)
|
filename.unlink(missing_ok=True)
|
||||||
|
|
||||||
return slug
|
return Path(slug)
|
||||||
|
|
||||||
return None
|
return None
|
||||||
|
Loading…
x
Reference in New Issue
Block a user