mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-27 17:17:40 +03:00
Formatting
This commit is contained in:
parent
598bdaa8f8
commit
b0733285fd
@ -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()
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user