mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-05 02:35:22 +03:00
Formatting
This commit is contained in:
parent
922d327ebf
commit
f2d8298337
@ -291,7 +291,9 @@ class FrigateApp:
|
|||||||
logger.info(f"Capture process started for {name}: {capture_process.pid}")
|
logger.info(f"Capture process started for {name}: {capture_process.pid}")
|
||||||
|
|
||||||
def start_timeline_processor(self) -> None:
|
def start_timeline_processor(self) -> None:
|
||||||
self.timeline_processor = TimelineProcessor(self.timeline_queue, self.stop_event)
|
self.timeline_processor = TimelineProcessor(
|
||||||
|
self.timeline_queue, self.stop_event
|
||||||
|
)
|
||||||
self.timeline_processor.start()
|
self.timeline_processor.start()
|
||||||
|
|
||||||
def start_event_processor(self) -> None:
|
def start_event_processor(self) -> None:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user