mirror of
https://github.com/infiniteCable2/panda.git
synced 2026-02-18 17:23:52 +08:00
python 3 bro is bad bro
This commit is contained in:
@@ -480,7 +480,7 @@ class Panda(object):
|
||||
if DEBUG and len(ret) > 0:
|
||||
print("kline recv: "+ret.encode("hex"))
|
||||
echo += ret
|
||||
return echo
|
||||
return str(echo)
|
||||
|
||||
def kline_send(self, x, bus=2, checksum=True):
|
||||
def get_checksum(dat):
|
||||
|
||||
Reference in New Issue
Block a user