mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
Remove iterator from recordings events (#8522)
This commit is contained in:
parent
f1b60f76eb
commit
cc5357a31a
@ -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(
|
||||||
|
Loading…
Reference in New Issue
Block a user