fix startup

This commit is contained in:
John
2023-10-14 07:49:10 +02:00
parent dc78076fbc
commit 8b302de3ac
4 changed files with 5 additions and 5 deletions
-1
View File
@@ -164,7 +164,6 @@ MainLoop::MainLoop(const struct options& opt, Device *device, MessageMap* messag
m_busHandler = new BusHandler(m_device, m_messages, scanHelper,
config, opt.pollInterval);
m_protocol = m_busHandler->getProtocol();
m_protocol->start("bushandler");
// create network
m_htmlPath = opt.htmlPath;