Fix incorrect access

This commit is contained in:
Nicolas Mowen 2024-09-03 15:00:25 -06:00
parent 9afa1354da
commit 6d58872fee

View File

@ -290,7 +290,6 @@ class AudioEventMaintainer(threading.Thread):
f"{FRIGATE_LOCALHOST}/api/events/{detection['id']}/end",
json={
"end_time": detection["last_detection"]
+ self.config.record.events.post_capture
},
)