mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-10 07:25:27 +03:00
Compare commits
No commits in common. "18c23a1f6147392937ac984c5d5fbff357ff5418" and "413779ee2a9b7e8f50ecf4241e0ed848324ca8ba" have entirely different histories.
18c23a1f61
...
413779ee2a
@ -727,8 +727,7 @@ class RecordingMaintainer(threading.Thread):
|
||||
)
|
||||
)
|
||||
elif (
|
||||
topic == DetectionTypeEnum.api.value
|
||||
or topic == DetectionTypeEnum.lpr.value
|
||||
topic == DetectionTypeEnum.api.value or topic == DetectionTypeEnum.lpr.value
|
||||
):
|
||||
continue
|
||||
|
||||
|
||||
@ -642,10 +642,7 @@ class ReviewSegmentMaintainer(threading.Thread):
|
||||
_,
|
||||
audio_detections,
|
||||
) = data
|
||||
elif (
|
||||
topic == DetectionTypeEnum.api.value
|
||||
or topic == DetectionTypeEnum.lpr.value
|
||||
):
|
||||
elif topic == DetectionTypeEnum.api.value or DetectionTypeEnum.lpr.value:
|
||||
(
|
||||
camera,
|
||||
frame_time,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user