diff --git a/python/__init__.py b/python/__init__.py index 27a85443..486f94cb 100644 --- a/python/__init__.py +++ b/python/__init__.py @@ -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):