diff --git a/frigate/ptz_autotrack.py b/frigate/ptz_autotrack.py index 84ea6a324..81af28e34 100644 --- a/frigate/ptz_autotrack.py +++ b/frigate/ptz_autotrack.py @@ -84,7 +84,7 @@ class PtzAutoTrackerThread(threading.Thread): self, config: FrigateConfig, onvif: OnvifController, - camera_metrics: CameraMetricsTypes, + camera_metrics: dict[str, CameraMetricsTypes], stop_event: MpEvent, ) -> None: threading.Thread.__init__(self)