mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-05 18:55:23 +03:00
Fix value
This commit is contained in:
parent
09451e7c16
commit
2d9f2c6325
@ -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(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user