From 990e078505d554d62b2086eedbf2be75d2130642 Mon Sep 17 00:00:00 2001 From: Evgeny Zinoviev Date: Wed, 19 Oct 2022 05:22:03 +0300 Subject: inverter_bot: fix.. --- src/inverter_bot.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/inverter_bot.py b/src/inverter_bot.py index cf27ebe..7fe0ae2 100755 --- a/src/inverter_bot.py +++ b/src/inverter_bot.py @@ -649,7 +649,9 @@ if __name__ == '__main__': bot = InverterBot(store=db) bot.enable_logging(BotType.INVERTER) - bot.run() monitor.start() + + bot.run() + monitor.stop() -- cgit v1.2.3