inverter_bot: fix..

This commit is contained in:
Evgeny Zinoviev 2022-10-19 05:22:03 +03:00
parent af66b95240
commit 990e078505

View File

@ -649,7 +649,9 @@ if __name__ == '__main__':
bot = InverterBot(store=db)
bot.enable_logging(BotType.INVERTER)
bot.run()
monitor.start()
bot.run()
monitor.stop()