mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-16 03:52:09 +03:00
clean up
This commit is contained in:
parent
5714505388
commit
8f3a369341
@ -180,7 +180,7 @@ class AudioActivityManager:
|
||||
|
||||
new_detections = new_activity[camera].get("detections", [])
|
||||
if self.compare_audio_activity(camera, new_detections, now):
|
||||
logger.info(f"audio detections {camera}, {new_activity}")
|
||||
logger.debug(f"Audio detections for {camera}: {new_activity}")
|
||||
self.publish(
|
||||
"audio_detections",
|
||||
json.dumps(self.current_audio_detections),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user