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