Skip to content

Commit

Permalink
Copy review data so there is a diff (#11896)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickM-27 committed Jun 11, 2024
1 parent 272a21f commit 6978140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frigate/review/maintainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def get_data(self, ended: bool) -> dict:
"zones": list(self.zones),
"audio": list(self.audio),
},
}
}.copy()


class ReviewSegmentMaintainer(threading.Thread):
Expand Down

0 comments on commit 6978140

Please sign in to comment.