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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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(