From 57aa9e062be2407aff18d113c71b0b2f44636c28 Mon Sep 17 00:00:00 2001 From: Florent Date: Wed, 11 Mar 2026 10:22:15 -0400 Subject: [PATCH] fix decrypt_channel_logs call --- 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 cf46105..a3a4d48 100644 --- a/src/meshcore_cli/meshcore_cli.py +++ b/src/meshcore_cli/meshcore_cli.py @@ -4661,7 +4661,7 @@ async def main(argv): mc.subscribe(EventType.RX_LOG_DATA, handle_log_rx) mc.auto_update_contacts = True - mc.set_decrypt_channel_logs = True + mc.set_decrypt_channel_logs(True) res = await mc.commands.send_device_query() if res.type == EventType.ERROR :