From d1598ad588bcce18f10f3bb366d37b86e64b35bf Mon Sep 17 00:00:00 2001 From: tpjanssen <25168870+tpjanssen@users.noreply.github.com> Date: Fri, 13 Oct 2023 17:48:18 +0200 Subject: [PATCH] Update stats.py --- frigate/stats.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frigate/stats.py b/frigate/stats.py index cb32f638e..c375a42d7 100644 --- a/frigate/stats.py +++ b/frigate/stats.py @@ -272,7 +272,7 @@ def stats_snapshot( "audio_rms": round(camera_stats["audio_rms"].value, 4), "audio_dBFS": round(camera_stats["audio_dBFS"].value, 4), } - stats[name] = stats["cameras"][name] # deprecate in the future? + stats[name] = stats["cameras"][name] # deprecate in the future? stats["detectors"] = {} for name, detector in stats_tracking["detectors"].items():