blabla bug?
This commit is contained in:
parent
54913c1154
commit
85ffe73b98
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue