mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-01 02:57:41 +03:00
Formatting
This commit is contained in:
parent
598bdaa8f8
commit
b0733285fd
@ -310,7 +310,9 @@ class RecordingCleanup(threading.Thread):
|
|||||||
motion_expire_date = (
|
motion_expire_date = (
|
||||||
now
|
now
|
||||||
- datetime.timedelta(
|
- 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()
|
).timestamp()
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user