forked from Github/frigate
Remove iterator from recordings events (#8522)
This commit is contained in:
@@ -173,8 +173,6 @@ class RecordingMaintainer(threading.Thread):
|
|||||||
Event.has_clip,
|
Event.has_clip,
|
||||||
)
|
)
|
||||||
.order_by(Event.start_time)
|
.order_by(Event.start_time)
|
||||||
.namedtuples()
|
|
||||||
.iterator()
|
|
||||||
)
|
)
|
||||||
|
|
||||||
tasks.extend(
|
tasks.extend(
|
||||||
|
|||||||
Reference in New Issue
Block a user