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