mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-08 12:15:25 +03:00
fix
This commit is contained in:
parent
feafd86b98
commit
42f72dc920
@ -213,7 +213,7 @@ class ReviewSegmentMaintainer(threading.Thread):
|
||||
has_sig_object = False
|
||||
detections: set = set()
|
||||
objects: set = set()
|
||||
sub_labels: set = (set(),)
|
||||
sub_labels: set = set()
|
||||
zones: set = set()
|
||||
|
||||
for object in active_objects:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user