From d78e33793aa3844695bd5e83151f606bf3f3841a Mon Sep 17 00:00:00 2001 From: Sergey Krashevich Date: Tue, 2 May 2023 07:02:52 +0300 Subject: [PATCH] add missing processes field to StatsTrackingTypes class --- frigate/types.py | 1 + 1 file changed, 1 insertion(+) diff --git a/frigate/types.py b/frigate/types.py index 9da4027c9..e640c414d 100644 --- a/frigate/types.py +++ b/frigate/types.py @@ -34,3 +34,4 @@ class StatsTrackingTypes(TypedDict): started: int latest_frigate_version: str last_updated: int + processes: dict[str, int] \ No newline at end of file