read file as byte and no tab before sleep

This commit is contained in:
Riccardo
2019-09-25 14:34:28 -07:00
parent 2dc34096a0
commit fe727706bd
2 changed files with 2 additions and 2 deletions

View File

@@ -479,7 +479,7 @@ class Panda(object):
break
except (usb1.USBErrorIO, usb1.USBErrorOverflow):
print("CAN: BAD RECV, RETRYING")
time.sleep(0.1)
time.sleep(0.1)
return parse_can_buffer(dat)
def can_clear(self, bus):