From f9729b8f464284553b061703f1a339eca140d711 Mon Sep 17 00:00:00 2001 From: pavel Date: Fri, 31 Oct 2025 07:54:30 +0200 Subject: [PATCH] 07:54 --- 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 dc21937..c68faf3 100644 --- a/files/nats_registration_listener.py +++ b/files/nats_registration_listener.py @@ -312,7 +312,7 @@ async def main(): if dev_id is not None and status_val == "active" and isinstance(desired_slug, str) and isinstance(tag_slugs, set): if desired_slug in tag_slugs: # Beep to draw attention - bell_prefix = "\a" + bell_prefix = "\a" * 5 action_suffix = f" action=ok, i'm ready to schedule this device {host if host else dev_id} upgrade" except Exception as e: await nb_problem(log_status, f"[{ts()}] nb: unexpected error mac={mac!r} err={e!r}")