Parcourir la source

note for future

Blake Blackshear il y a 3 ans
Parent
commit
ac30091258
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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: