From d46da1f4454220f42e600e45b861df0038f9330c Mon Sep 17 00:00:00 2001 From: Florent Date: Sat, 28 Feb 2026 08:07:33 -0400 Subject: [PATCH] fix --- src/meshcore_cli/meshcore_cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/meshcore_cli/meshcore_cli.py b/src/meshcore_cli/meshcore_cli.py index 50a7727..e70daf3 100644 --- a/src/meshcore_cli/meshcore_cli.py +++ b/src/meshcore_cli/meshcore_cli.py @@ -1138,7 +1138,7 @@ Some cmds have an help accessible with ?. Do ?[Tab] to get a list. dest_scope = contact_name.split("%")[-1] contact_name = contact_name[:-len(dest_scope)-1] await set_scope (mc, dest_scope) - tct = mc.get_contact_from_arg(mc, contact_name) + tct = await get_contact_from_arg(mc, contact_name) if tct is None: print(f"{contact_name} is not a contact") else: