Fixes additional issues

This commit is contained in:
tek 2024-04-26 13:49:48 +02:00
parent 32b24604d8
commit 27e80fc69d

View File

@ -53,7 +53,7 @@ class SMS(IOSExtraction):
}, },
] ]
# If the message was read, we add an extra event. # If the message was read, we add an extra event.
if record["isodate_read"]: if record.get("isodate_read", None):
records.append( records.append(
{ {
"timestamp": record["isodate_read"], "timestamp": record["isodate_read"],