mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-04 18:25:22 +03:00
Formatting
This commit is contained in:
parent
04655f0bc4
commit
543e7fef84
@ -42,7 +42,9 @@ def manage_recordings(
|
||||
models = [Event, Recordings, Timeline]
|
||||
db.bind(models)
|
||||
|
||||
maintainer = RecordingMaintainer(config, recordings_info_queue, process_info, stop_event)
|
||||
maintainer = RecordingMaintainer(
|
||||
config, recordings_info_queue, process_info, stop_event
|
||||
)
|
||||
maintainer.start()
|
||||
|
||||
cleanup = RecordingCleanup(config, stop_event)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user