From b14d9942ac59cba74117ff81a1f3efd7dd24294f Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Wed, 4 Oct 2023 10:36:13 -0600 Subject: [PATCH] Update object_processing.py --- frigate/object_processing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frigate/object_processing.py b/frigate/object_processing.py index 2fcc41f92..54be2db63 100644 --- a/frigate/object_processing.py +++ b/frigate/object_processing.py @@ -232,7 +232,7 @@ class TrackedObject: if self.obj_data["position_changes"] != obj_data["position_changes"]: significant_change = True - if self.obj_data["attributes"] != obj_data["attributes]: + if self.obj_data["attributes"] != obj_data["attributes"]: significant_change = True # if the motionless_count reaches the stationary threshold