From 57efbdf5cf23c9924f3910772748375978ea14ef Mon Sep 17 00:00:00 2001 From: Russell Troxel Date: Wed, 18 Oct 2023 20:30:03 -0700 Subject: [PATCH] Fix Lint Signed-off-by: Russell Troxel --- frigate/app.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/frigate/app.py b/frigate/app.py index c9824bdfd..6910a1233 100644 --- a/frigate/app.py +++ b/frigate/app.py @@ -622,9 +622,6 @@ class FrigateApp: print(e) self.log_process.terminate() sys.exit(1) - - - self.start_detectors() self.start_video_output_processor() self.start_ptz_autotracker()