From 85ffe73b9822415a88cf6797098a3355fa9c0c34 Mon Sep 17 00:00:00 2001 From: make-ing Date: Mon, 12 Oct 2015 11:22:05 +0200 Subject: [PATCH] blabla bug? --- src/octoprint/util/comm_acc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/octoprint/util/comm_acc.py b/src/octoprint/util/comm_acc.py index 65b34fc5..d368fca5 100644 --- a/src/octoprint/util/comm_acc.py +++ b/src/octoprint/util/comm_acc.py @@ -1762,7 +1762,7 @@ class MachineCom(object): # wait until we have something in the queue entry = self._send_queue.get() - if entry == "?": + if "?" in entry: self._status_report_queued = False # make sure we are still active