Fix value

This commit is contained in:
Nick Mowen 2023-07-14 07:53:54 -06:00
parent 09451e7c16
commit 2d9f2c6325

View File

@ -243,7 +243,7 @@ class AudioEventMaintainer(threading.Thread):
> self.config.audio.max_not_heard > self.config.audio.max_not_heard
): ):
self.inter_process_communicator.queue.put( 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( resp = requests.put(