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 # TODO: Not sure what to do here
return str(time_entry) return str(time_entry)
case _: case _:
logger.warning("[SCRAPER] Unexpected type or structure for time_entries") logger.warning("[SCRAPER] Unexpected type or structure for variable time_entry")
return None return None