mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-01-07 00:06:57 +01:00
note for future
This commit is contained in:
parent
de58bdcc9f
commit
ac30091258
@ -285,6 +285,7 @@ class RecordingMaintainer(threading.Thread):
|
|||||||
end_time=end_time.timestamp(),
|
end_time=end_time.timestamp(),
|
||||||
duration=duration,
|
duration=duration,
|
||||||
motion=motion_count,
|
motion=motion_count,
|
||||||
|
# TODO: update this to store list of active objects at some point
|
||||||
objects=active_count,
|
objects=active_count,
|
||||||
)
|
)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
|
Loading…
Reference in New Issue
Block a user