From 8422c6070fbd1bf8ec86b07991cfd2bf25646dba Mon Sep 17 00:00:00 2001 From: spacebares <57186372+spacebares@users.noreply.github.com> Date: Mon, 19 Dec 2022 13:46:39 -0800 Subject: [PATCH] fix python formatting --- frigate/http.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frigate/http.py b/frigate/http.py index c5bd1722a..78886e146 100644 --- a/frigate/http.py +++ b/frigate/http.py @@ -635,7 +635,7 @@ def events(): excluded_fields.append(Event.thumbnail) else: selected_columns.append(Event.thumbnail) - + if favorites: clauses.append((Event.retain_indefinitely == favorites))