From 0fe60b95f816ab54530379107b3958b9ffc9db40 Mon Sep 17 00:00:00 2001 From: pavel Date: Fri, 13 Feb 2026 06:56:13 +0200 Subject: [PATCH] 0656 --- files/nats_registration_listener.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/nats_registration_listener.py b/files/nats_registration_listener.py index b722484..abcd7f6 100644 --- a/files/nats_registration_listener.py +++ b/files/nats_registration_listener.py @@ -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}",