From 74bc29e61fa403ef339a5892d53bb931fd050d85 Mon Sep 17 00:00:00 2001 From: Florent Date: Fri, 18 Apr 2025 11:49:08 +0200 Subject: [PATCH] logout issue ... --- 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 fa14bf3..257df79 100644 --- a/src/meshcore_cli/meshcore_cli.py +++ b/src/meshcore_cli/meshcore_cli.py @@ -558,7 +558,7 @@ async def next_cmd(mc, cmds, json_output=False): argnum = 1 await mc.ensure_contacts() contact = mc.get_contact_by_name(cmds[1]) - res = await mc.send_logout(contact) + res = await mc.commands.send_logout(contact) logger.debug(res) if res.type == EventType.ERROR: print(f"Error while logout: {res}")