Skip to content

Commit

Permalink
Include severity in query
Browse files Browse the repository at this point in the history
  • Loading branch information
NickM-27 committed Dec 19, 2024
1 parent 882b221 commit 3f0ffca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frigate/record/maintainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ async def move_files(self) -> None:
ReviewSegment.select(
ReviewSegment.start_time,
ReviewSegment.end_time,
ReviewSegment.severity,
ReviewSegment.data,
)
.where(
Expand Down

0 comments on commit 3f0ffca

Please sign in to comment.