From 78fed002e054ddd24d59eed39d651ce7121d59cb Mon Sep 17 00:00:00 2001 From: tpjanssen <25168870+tpjanssen@users.noreply.github.com> Date: Sun, 1 Dec 2024 13:07:51 +0100 Subject: [PATCH] Update audio.py --- frigate/events/audio.py | 1 + 1 file changed, 1 insertion(+) diff --git a/frigate/events/audio.py b/frigate/events/audio.py index 42591ea7d..7675f821b 100644 --- a/frigate/events/audio.py +++ b/frigate/events/audio.py @@ -216,6 +216,7 @@ class AudioEventMaintainer(threading.Thread): "label": label, "last_detection": datetime.datetime.now().timestamp(), } + else: self.logger.warning( f"Failed to create audio event with status code {resp.status_code}" )