From 7a7bfc3bfd2855425a2c54d1ce729e324ee06559 Mon Sep 17 00:00:00 2001 From: Jirasak Nopparat Date: Thu, 10 Aug 2023 01:03:50 +0700 Subject: [PATCH] Remove unused code --- frigate/object_processing.py | 1 - 1 file changed, 1 deletion(-) diff --git a/frigate/object_processing.py b/frigate/object_processing.py index fbfff998b..83684e1b6 100644 --- a/frigate/object_processing.py +++ b/frigate/object_processing.py @@ -253,7 +253,6 @@ class TrackedObject: return (thumb_update, significant_change, autotracker_update) def to_dict(self, include_thumbnail: bool = False): - (self.thumbnail_data["frame_time"] if self.thumbnail_data is not None else 0.0) event = { "id": self.obj_data["id"], "camera": self.camera,