From 90fed6dc14bfa634e9bec38555d4617f2c2bda53 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Fri, 30 Aug 2024 16:10:47 -0600 Subject: [PATCH] Formatting --- frigate/output/preview.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frigate/output/preview.py b/frigate/output/preview.py index 3c33ab072..87efa3f11 100644 --- a/frigate/output/preview.py +++ b/frigate/output/preview.py @@ -344,7 +344,9 @@ class PreviewRecorder: if len(self.output_frames) == 0: return - old_frame_path = get_cache_image_name(self.config.name, self.output_frames[-1]) + old_frame_path = get_cache_image_name( + self.config.name, self.output_frames[-1] + ) new_frame_path = get_cache_image_name(self.config.name, frame_time) shutil.copy(old_frame_path, new_frame_path)