From 83810c0e1213b2b06cf775269f96e821b4644cb5 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Tue, 31 Oct 2023 09:23:49 -0500 Subject: [PATCH] remove unneeded var --- frigate/ptz/autotrack.py | 1 - 1 file changed, 1 deletion(-) diff --git a/frigate/ptz/autotrack.py b/frigate/ptz/autotrack.py index dad8d8cc8..92cbc5cb3 100644 --- a/frigate/ptz/autotrack.py +++ b/frigate/ptz/autotrack.py @@ -85,7 +85,6 @@ class PtzMotionEstimator: ) self.coord_transformations = None - self.last_update = 0 if ptz_moving_at_frame_time( frame_time, self.ptz_start_time.value, self.ptz_stop_time.value