aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar jesopo2019-10-18 11:29:59 +0100
committerGravatar jesopo2019-10-18 11:29:59 +0100
commit00e85c7573e74f17293d3308d46015272a6b899b (patch)
treebf75be7e251ef86fe7d56a71a8f24b96aae1177d
parent'open' -> 'opened' etc for gitlab issue webhook actions (diff)
signature
`bitbotctl stop` should be keepalive so it exits when bitbotd exits
-rw-r--r--src/Control.py1
1 files changed, 0 insertions, 1 deletions
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: