From 1572c8f9cfacd70582b32965d80a4657c3433841 Mon Sep 17 00:00:00 2001 From: Nick Mowen Date: Fri, 15 Sep 2023 07:40:21 -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 56916bb7c..d26a7bd2a 100644 --- a/frigate/http.py +++ b/frigate/http.py @@ -1649,7 +1649,7 @@ def export_recording(camera_name: str, start_time, end_time): return make_response( jsonify( {"success": False, "message": "No recordings found for time range"} - ), + ), 400, )