From fd5a9c94892e0a890b6e0702c745e50e48f16f23 Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Sun, 10 Jan 2016 11:18:58 +0100 Subject: don't stop scheduling on_loop in case of an input error, #43 --- voctogui/lib/connection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'voctogui/lib') diff --git a/voctogui/lib/connection.py b/voctogui/lib/connection.py index bc8b867..2a6aaf5 100644 --- a/voctogui/lib/connection.py +++ b/voctogui/lib/connection.py @@ -108,7 +108,7 @@ def on_loop(): words = line.split() if len(words) < 1: log.debug('command_queue is empty again, stopping on_loop scheduling') - return False + return True signal = words[0] args = words[1:] -- cgit v1.2.3