mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-17 13:48:21 +03:00
Merge 18c23a1f61 into dc27d4ad16
This commit is contained in:
commit
bb948f73d3
@ -727,7 +727,8 @@ class RecordingMaintainer(threading.Thread):
|
||||
)
|
||||
)
|
||||
elif (
|
||||
topic == DetectionTypeEnum.api.value or DetectionTypeEnum.lpr.value
|
||||
topic == DetectionTypeEnum.api.value
|
||||
or topic == DetectionTypeEnum.lpr.value
|
||||
):
|
||||
continue
|
||||
|
||||
|
||||
@ -642,7 +642,10 @@ class ReviewSegmentMaintainer(threading.Thread):
|
||||
_,
|
||||
audio_detections,
|
||||
) = data
|
||||
elif topic == DetectionTypeEnum.api.value or DetectionTypeEnum.lpr.value:
|
||||
elif (
|
||||
topic == DetectionTypeEnum.api.value
|
||||
or topic == DetectionTypeEnum.lpr.value
|
||||
):
|
||||
(
|
||||
camera,
|
||||
frame_time,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user