mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-06 19:25:22 +03:00
Remove order by
This commit is contained in:
parent
20c41c562e
commit
e49622a33b
@ -1636,7 +1636,6 @@ def export_recording(camera_name: str, start_time, end_time):
|
|||||||
| ((start_time > Recordings.start_time) & (end_time < Recordings.end_time))
|
| ((start_time > Recordings.start_time) & (end_time < Recordings.end_time))
|
||||||
)
|
)
|
||||||
.where(Recordings.camera == camera_name)
|
.where(Recordings.camera == camera_name)
|
||||||
.order_by(Recordings.start_time.asc())
|
|
||||||
.count()
|
.count()
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user