Fix stats prefix (#4505)

This commit is contained in:
Nicolas Mowen
2022-11-24 19:12:43 -07:00
committed by GitHub
parent 1f4ce6ff1e
commit 4e5512e35d
2 changed files with 1 additions and 6 deletions

View File

@@ -316,7 +316,6 @@ class FrigateApp:
self.config,
self.stats_tracking,
self.dispatcher,
self.config.mqtt.topic_prefix,
self.stop_event,
)
self.stats_emitter.start()