0656
This commit is contained in:
@@ -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}",
|
||||
|
||||
Reference in New Issue
Block a user