diff --git a/src/meshcore_cli/meshcore_cli.py b/src/meshcore_cli/meshcore_cli.py index ceae7fc..fc304a3 100644 --- a/src/meshcore_cli/meshcore_cli.py +++ b/src/meshcore_cli/meshcore_cli.py @@ -2696,7 +2696,7 @@ async def next_cmd(mc, cmds, json_output=False): case "contact_timeout" : argnum = 2 - contact = await get_contact_from_args(mc, cmds[1]) + contact = await get_contact_from_arg(mc, cmds[1]) if contact is None: if json_output : print(json.dumps({"error" : "unknown contact"}))