Stuff and things

This commit is contained in:
2024-12-10 05:10:02 +01:00
parent 6af7cfbeb5
commit 69df18a4c2
8 changed files with 328 additions and 318 deletions

View File

@ -75,6 +75,7 @@ def get_value(data: dict, key: str) -> datetime | str | None:
"""
data_key: Any | None = data.get(key)
if not data_key:
logger.error("Key %s not found in %s", key, data)
return None
# Dates are in the format "2024-08-12T05:59:59.999Z"