mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-14 23:25:25 +03:00
Formatting
This commit is contained in:
parent
0026551809
commit
a37beea6d1
@ -772,7 +772,11 @@ 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 not current_frame or obj.false_positive or obj.thumbnail_data["frame_time"] != frame_time:
|
if (
|
||||||
|
not current_frame
|
||||||
|
or obj.false_positive
|
||||||
|
or obj.thumbnail_data["frame_time"] != frame_time
|
||||||
|
):
|
||||||
continue
|
continue
|
||||||
|
|
||||||
if object_type in self.best_objects:
|
if object_type in self.best_objects:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user