From faf82b0f05bd1cd6a3d577df37d5bfb60b38630b Mon Sep 17 00:00:00 2001 From: Nick Mowen Date: Tue, 26 Apr 2022 18:47:37 -0600 Subject: [PATCH] Cleanup --- frigate/app.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/frigate/app.py b/frigate/app.py index 43ce04425..7de851234 100644 --- a/frigate/app.py +++ b/frigate/app.py @@ -255,8 +255,6 @@ class FrigateApp: args=( name, config, - self.mqtt_client, - self.config.mqtt.topic_prefix, model_shape, self.config.model.merged_labelmap, self.detection_queue,