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