bitbotctl stop should be keepalive so it exits when bitbotd exits

This commit is contained in:
jesopo 2019-10-18 11:29:59 +01:00
parent 53b2407072
commit 00e85c7573

View file

@ -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: