Explorar el Código

note for future

Blake Blackshear hace 3 años
padre
commit
ac30091258
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      frigate/record.py

+ 1 - 0
frigate/record.py

@@ -285,6 +285,7 @@ class RecordingMaintainer(threading.Thread):
                 end_time=end_time.timestamp(),
                 duration=duration,
                 motion=motion_count,
+                # TODO: update this to store list of active objects at some point
                 objects=active_count,
             )
         except Exception as e: