1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-05 13:35:23 +02:00

I don't know why I changed this

This commit is contained in:
Michael Genson 2024-02-08 14:43:13 +00:00
parent 36088f0db9
commit 94342081f9

View file

@ -375,7 +375,7 @@ def clean_time(time_entry: str | timedelta | None, translator: Translator) -> No
# TODO: Not sure what to do here
return str(time_entry)
case _:
logger.warning("[SCRAPER] Unexpected type or structure for time_entries")
logger.warning("[SCRAPER] Unexpected type or structure for variable time_entry")
return None