mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-07-20 18:59:01 +03:00
fix conflicts
This commit is contained in:
@@ -22,7 +22,6 @@ class MqttObjectPublisher(threading.Thread):
|
||||
|
||||
# make a copy of detected objects
|
||||
detected_objects = self._detected_objects.copy()
|
||||
|
||||
# total up all scores by object type
|
||||
obj_counter = Counter()
|
||||
for obj in detected_objects:
|
||||
|
||||
Reference in New Issue
Block a user