Formatting

This commit is contained in:
Nick Mowen 2023-07-28 06:51:05 -06:00
parent d75057b226
commit 2b99656309

View File

@ -1607,7 +1607,7 @@ def vod_event(id):
"/export/<camera_name>/start/<int:start_time>/end/<int:end_time>", methods=["POST"] "/export/<camera_name>/start/<int:start_time>/end/<int:end_time>", methods=["POST"]
) )
@bp.route( @bp.route(
"/export/<camera_name>/start/<float:start_time>/end/<float:end_time>", "/export/<camera_name>/start/<float:start_time>/end/<float:end_time>",
methods=["POST"], methods=["POST"],
) )
def export_recording(camera_name: str, start_time, end_time): def export_recording(camera_name: str, start_time, end_time):