Skip to content

Commit

Permalink
fix duplicates from merge
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkeye217 committed Dec 9, 2024
1 parent 9d47f37 commit edb79f3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions frigate/track/tracked_object.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,9 +292,6 @@ def to_dict(self, include_thumbnail: bool = False):
"estimated_speed": self.estimated_speed,
"max_estimated_speed": self.max_estimated_speed,
"velocity_angle": self.velocity_angle,
"estimated_speed": self.estimated_speed,
"max_estimated_speed": self.max_estimated_speed,
"velocity_angle": self.velocity_angle,
}

if include_thumbnail:
Expand Down

0 comments on commit edb79f3

Please sign in to comment.