mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-12-12 16:16:42 +03:00
Fix
This commit is contained in:
parent
24f3d4ba1a
commit
e7f22a145c
@ -368,7 +368,7 @@ async def review_summary(
|
|||||||
period_clauses = clauses.copy()
|
period_clauses = clauses.copy()
|
||||||
period_clauses.append(
|
period_clauses.append(
|
||||||
(ReviewSegment.start_time >= period_start)
|
(ReviewSegment.start_time >= period_start)
|
||||||
& (ReviewSegment.start_time < period_end)
|
& (ReviewSegment.start_time <= period_end)
|
||||||
)
|
)
|
||||||
|
|
||||||
period_query = (
|
period_query = (
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user