bitbotctl stop
should be keepalive so it exits when bitbotd exits
This commit is contained in:
parent
53b2407072
commit
00e85c7573
1 changed files with 0 additions and 1 deletions
|
@ -104,7 +104,6 @@ class Control(PollSource.PollSource):
|
||||||
keepalive = False
|
keepalive = False
|
||||||
elif command == "stop":
|
elif command == "stop":
|
||||||
self._bot.stop()
|
self._bot.stop()
|
||||||
keepalive = False
|
|
||||||
|
|
||||||
self._send_action(client, response_action, response_data, id)
|
self._send_action(client, response_action, response_data, id)
|
||||||
if not keepalive:
|
if not keepalive:
|
||||||
|
|
Loading…
Reference in a new issue