added debug message
This commit is contained in:
parent
e94890a807
commit
730033ef82
1 changed files with 1 additions and 0 deletions
|
|
@ -1732,6 +1732,7 @@ class MachineCom(object):
|
|||
|
||||
try:
|
||||
if "?" in command:
|
||||
self._log("--- found ?: ", command)
|
||||
if self._status_report_queued is True:
|
||||
return
|
||||
else:
|
||||
|
|
|
|||
Loading…
Reference in a new issue