From dc290a5332777d6272366269adddc2fe1e7e80a9 Mon Sep 17 00:00:00 2001 From: tpjanssen <25168870+tpjanssen@users.noreply.github.com> Date: Mon, 20 Nov 2023 22:22:58 +0100 Subject: [PATCH] Update http.py Formatting fix --- frigate/http.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frigate/http.py b/frigate/http.py index 2cfaab1a3..6ce3b404e 100644 --- a/frigate/http.py +++ b/frigate/http.py @@ -1986,7 +1986,7 @@ def export_rename(file_name_current, file_name_new: str): return make_response( jsonify( { - "success": False, + "success": False, "message": f"{file_name_new} contains illegal characters.", } ),