Fixed UDP transport

This commit is contained in:
slush0 2016-05-19 18:59:06 +02:00
parent ec870f3a57
commit ab514b6bb5
1 changed files with 1 additions and 1 deletions

View File

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