0656
This commit is contained in:
@@ -394,7 +394,7 @@ async def main():
|
|||||||
except Exception:
|
except Exception:
|
||||||
action_state_str = ""
|
action_state_str = ""
|
||||||
|
|
||||||
if action_state_str not in ("", "ready"):
|
if action_state_str not in ("", "ready", "done"):
|
||||||
async with print_lock:
|
async with print_lock:
|
||||||
print(
|
print(
|
||||||
f"[{ts()}] device is not ready because of action_state host={host} action_state={action_state_str}",
|
f"[{ts()}] device is not ready because of action_state host={host} action_state={action_state_str}",
|
||||||
|
|||||||
Reference in New Issue
Block a user