Signed-off-by: Russell Troxel <russell@troxel.io>
This commit is contained in:
Russell Troxel 2023-10-18 20:30:03 -07:00
parent 00c5932139
commit 57efbdf5cf
No known key found for this signature in database
GPG Key ID: 043497DCE02E04DC

View File

@ -622,9 +622,6 @@ class FrigateApp:
print(e) print(e)
self.log_process.terminate() self.log_process.terminate()
sys.exit(1) sys.exit(1)
self.start_detectors() self.start_detectors()
self.start_video_output_processor() self.start_video_output_processor()
self.start_ptz_autotracker() self.start_ptz_autotracker()