From 2d9f2c632590fc9bbb7750cdcb87f0f23c762b87 Mon Sep 17 00:00:00 2001 From: Nick Mowen Date: Fri, 14 Jul 2023 07:53:54 -0600 Subject: [PATCH] Fix value --- frigate/events/audio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frigate/events/audio.py b/frigate/events/audio.py index 8cf803541..fc27b221d 100644 --- a/frigate/events/audio.py +++ b/frigate/events/audio.py @@ -243,7 +243,7 @@ class AudioEventMaintainer(threading.Thread): > self.config.audio.max_not_heard ): self.inter_process_communicator.queue.put( - (f"{self.config.name}/audio/{detection['label']}", True) + (f"{self.config.name}/audio/{detection['label']}", False) ) resp = requests.put(