From b0733285fdd4c458a175db9bdabc3783c790e228 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Wed, 20 Aug 2025 14:36:18 -0600 Subject: [PATCH] Formatting --- frigate/record/cleanup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frigate/record/cleanup.py b/frigate/record/cleanup.py index 32a270f23..b0359e71d 100644 --- a/frigate/record/cleanup.py +++ b/frigate/record/cleanup.py @@ -310,7 +310,9 @@ class RecordingCleanup(threading.Thread): motion_expire_date = ( now - datetime.timedelta( - days=max(config.record.motion.days, config.record.continuous.days) # can't keep motion for less than continuous + days=max( + config.record.motion.days, config.record.continuous.days + ) # can't keep motion for less than continuous ) ).timestamp()