mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-07 11:45:24 +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,
|
||||
)
|
||||
.order_by(Event.start_time)
|
||||
.namedtuples()
|
||||
.iterator()
|
||||
)
|
||||
|
||||
tasks.extend(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user