mirror of
https://github.com/meshcore-dev/meshcore-cli.git
synced 2026-04-20 22:13:48 +00:00
fix decrypt_channel_logs call
This commit is contained in:
parent
a3f6179c72
commit
57aa9e062b
1 changed files with 1 additions and 1 deletions
|
|
@ -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 :
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue