浏览代码

note for future

Blake Blackshear 3 年之前
父节点
当前提交
ac30091258
共有 1 个文件被更改,包括 1 次插入0 次删除
  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: