diff options
| -rw-r--r-- | src/Control.py | 1 |
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: |
