Formatting

This commit is contained in:
Nicolas Mowen 2023-10-05 06:23:19 -06:00 committed by GitHub
parent 823a57b331
commit c07ac24464
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1281,7 +1281,7 @@ def get_snapshot_from_recording(camera_name: str, frame_time: str):
) )
.where( .where(
( (
(frame_time >= Recordings.start_time) (frame_time >= Recordings.start_time)
& (frame_time <= Recordings.end_time) & (frame_time <= Recordings.end_time)
) )
) )