fix decrypt_channel_logs call

This commit is contained in:
Florent 2026-03-11 10:22:15 -04:00
parent a3f6179c72
commit 57aa9e062b

View file

@ -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 :