Stuff and things
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user