This commit is contained in:
2026-02-13 06:56:13 +02:00
parent 99bc927ea2
commit 0fe60b95f8

View File

@@ -394,7 +394,7 @@ async def main():
except Exception:
action_state_str = ""
if action_state_str not in ("", "ready"):
if action_state_str not in ("", "ready", "done"):
async with print_lock:
print(
f"[{ts()}] device is not ready because of action_state host={host} action_state={action_state_str}",