From 7ca5c3d4bf0aff33b1e2c01b84dcd0b11dd4ee52 Mon Sep 17 00:00:00 2001 From: tpjanssen <25168870+tpjanssen@users.noreply.github.com> Date: Tue, 17 Oct 2023 13:54:09 +0200 Subject: [PATCH] Update stats.py --- frigate/stats.py | 1 - 1 file changed, 1 deletion(-) diff --git a/frigate/stats.py b/frigate/stats.py index c375a42d7..083926996 100644 --- a/frigate/stats.py +++ b/frigate/stats.py @@ -272,7 +272,6 @@ 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["detectors"] = {} for name, detector in stats_tracking["detectors"].items():