Remove iterator from recordings events (#8522)

This commit is contained in:
Nicolas Mowen
2023-11-07 07:02:02 -07:00
committed by GitHub
parent f1b60f76eb
commit cc5357a31a

View File

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