From ab514b6bb5b815ce9245cece2527140cb4f0d093 Mon Sep 17 00:00:00 2001 From: slush0 Date: Thu, 19 May 2016 18:59:06 +0200 Subject: [PATCH] Fixed UDP transport --- trezorlib/transport_udp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trezorlib/transport_udp.py b/trezorlib/transport_udp.py index 1400384..c8aa10d 100644 --- a/trezorlib/transport_udp.py +++ b/trezorlib/transport_udp.py @@ -71,7 +71,7 @@ class UdpTransport(Transport): time.sleep(0.001) continue - report_id = data[0] + report_id = ord(data[0]) if report_id > 63: # Command report