mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-29 19:40:19 +03:00
style: ruff format
This commit is contained in:
parent
a759987cae
commit
225e488f0d
@ -642,7 +642,10 @@ class ReviewSegmentMaintainer(threading.Thread):
|
|||||||
_,
|
_,
|
||||||
audio_detections,
|
audio_detections,
|
||||||
) = data
|
) = data
|
||||||
elif topic == DetectionTypeEnum.api.value or topic == DetectionTypeEnum.lpr.value:
|
elif (
|
||||||
|
topic == DetectionTypeEnum.api.value
|
||||||
|
or topic == DetectionTypeEnum.lpr.value
|
||||||
|
):
|
||||||
(
|
(
|
||||||
camera,
|
camera,
|
||||||
frame_time,
|
frame_time,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user