mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-08 04:05:26 +03:00
Remove iterator from recordings events
This commit is contained in:
parent
2b2c831253
commit
14a810c092
@ -171,8 +171,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