mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-14 23:25:25 +03:00
Fix logic
This commit is contained in:
parent
a37beea6d1
commit
483a02e593
@ -773,7 +773,7 @@ class CameraState:
|
|||||||
# if we don't have access to the current frame or
|
# if we don't have access to the current frame or
|
||||||
# if the object's thumbnail is not from the current frame, skip
|
# if the object's thumbnail is not from the current frame, skip
|
||||||
if (
|
if (
|
||||||
not current_frame
|
current_frame is None
|
||||||
or obj.false_positive
|
or obj.false_positive
|
||||||
or obj.thumbnail_data["frame_time"] != frame_time
|
or obj.thumbnail_data["frame_time"] != frame_time
|
||||||
):
|
):
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user