mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-16 08:05:22 +03:00
Fix assignment
This commit is contained in:
parent
acdd43e71c
commit
f7cc6b7ff3
@ -347,7 +347,7 @@ class ReviewSegmentMaintainer(threading.Thread):
|
|||||||
|
|
||||||
if len(active_objects) > 0:
|
if len(active_objects) > 0:
|
||||||
detections: dict[str, str] = {}
|
detections: dict[str, str] = {}
|
||||||
sub_labels = dict[str, str] = {}
|
sub_labels: dict[str, str] = {}
|
||||||
zones: list[str] = []
|
zones: list[str] = []
|
||||||
severity = None
|
severity = None
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user