mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-07 14:05:28 +03:00
formatting
This commit is contained in:
parent
513cc18715
commit
2ec94bea13
@ -92,9 +92,7 @@ class DebugReplayJob(Job):
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
def query_recordings(
|
def query_recordings(source_camera: str, start_ts: float, end_ts: float) -> ModelSelect:
|
||||||
source_camera: str, start_ts: float, end_ts: float
|
|
||||||
) -> ModelSelect:
|
|
||||||
"""Return the Recordings query for the time range.
|
"""Return the Recordings query for the time range.
|
||||||
|
|
||||||
Module-level so tests can patch it without instantiating a runner.
|
Module-level so tests can patch it without instantiating a runner.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user