From 00e85c7573e74f17293d3308d46015272a6b899b Mon Sep 17 00:00:00 2001 From: jesopo Date: Fri, 18 Oct 2019 11:29:59 +0100 Subject: [PATCH] `bitbotctl stop` should be keepalive so it exits when bitbotd exits --- src/Control.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Control.py b/src/Control.py index cabea9f2..f9dc3637 100644 --- a/src/Control.py +++ b/src/Control.py @@ -104,7 +104,6 @@ class Control(PollSource.PollSource): keepalive = False elif command == "stop": self._bot.stop() - keepalive = False self._send_action(client, response_action, response_data, id) if not keepalive: