diff options
Diffstat (limited to 'voctocore')
-rw-r--r-- | voctocore/lib/controlserver.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/voctocore/lib/controlserver.py b/voctocore/lib/controlserver.py index 2f25ca6..2dc6e1c 100644 --- a/voctocore/lib/controlserver.py +++ b/voctocore/lib/controlserver.py @@ -86,7 +86,7 @@ class ControlServer(TCPMultiConnection): words = line.split() if len(words) < 1: self.log.debug('command_queue is empty again, stopping on_loop scheduling') - return False + return True command = words[0] args = words[1:] |