From c0eecd72fdbd0dc948b3ea62a8e7d53c68f20447 Mon Sep 17 00:00:00 2001 From: Serge Knystautas Date: Tue, 10 Jan 2023 21:19:27 -0800 Subject: [PATCH] Fix code format with black. --- frigate/http.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frigate/http.py b/frigate/http.py index bd347a996..df7b12cea 100644 --- a/frigate/http.py +++ b/frigate/http.py @@ -566,7 +566,7 @@ def events(): has_snapshot = request.args.get("has_snapshot", type=int) in_progress = request.args.get("in_progress", type=int) include_thumbnails = request.args.get("include_thumbnails", default=1, type=int) - + favorites = request.args.get("favorites", type=int) clauses = []