From 2b9965630979030224e156a84faedff0533e7f17 Mon Sep 17 00:00:00 2001 From: Nick Mowen Date: Fri, 28 Jul 2023 06:51:05 -0600 Subject: [PATCH] Formatting --- frigate/http.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frigate/http.py b/frigate/http.py index 8d505d6d6..6cf552c9f 100644 --- a/frigate/http.py +++ b/frigate/http.py @@ -1607,7 +1607,7 @@ def vod_event(id): "/export//start//end/", methods=["POST"] ) @bp.route( - "/export//start//end/", + "/export//start//end/", methods=["POST"], ) def export_recording(camera_name: str, start_time, end_time):