Update object_processing.py

This commit is contained in:
Nicolas Mowen 2023-10-04 10:36:13 -06:00 committed by GitHub
parent f18b1fce25
commit b14d9942ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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