From a0e4142367c978c187334eec09a91291953683bd Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Mon, 14 Oct 2024 09:34:40 -0600 Subject: [PATCH] Formatting --- frigate/record/maintainer.py | 1 - 1 file changed, 1 deletion(-) diff --git a/frigate/record/maintainer.py b/frigate/record/maintainer.py index 557668700..314ff3646 100644 --- a/frigate/record/maintainer.py +++ b/frigate/record/maintainer.py @@ -170,7 +170,6 @@ class RecordingMaintainer(threading.Thread): self.end_time_cache.pop(cache_path, None) grouped_recordings[camera] = grouped_recordings[camera][-keep_count:] - tasks = [] for camera, recordings in grouped_recordings.items(): # clear out all the object recording info for old frames