note for future

This commit is contained in:
Blake Blackshear 2022-02-06 13:28:45 -06:00
parent de58bdcc9f
commit ac30091258

View File

@ -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: