From fdcde872a0f29df4b18d75b07845e3de2ebe2c11 Mon Sep 17 00:00:00 2001 From: Serge Knystautas Date: Tue, 10 Jan 2023 21:24:47 -0800 Subject: [PATCH] Clear blank line. --- frigate/http.py | 1 - 1 file changed, 1 deletion(-) diff --git a/frigate/http.py b/frigate/http.py index df7b12cea..b61fdc71e 100644 --- a/frigate/http.py +++ b/frigate/http.py @@ -566,7 +566,6 @@ 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 = []