From 6d58872fee1e5645871404a9acf34b36e372c1b3 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Tue, 3 Sep 2024 15:00:25 -0600 Subject: [PATCH] Fix incorrect access --- frigate/events/audio.py | 1 - 1 file changed, 1 deletion(-) diff --git a/frigate/events/audio.py b/frigate/events/audio.py index 6a7736bd3..252aa92b0 100644 --- a/frigate/events/audio.py +++ b/frigate/events/audio.py @@ -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 }, )