From 08f464cffb8de1c7e1c50c5f24e192deb8efe9ba Mon Sep 17 00:00:00 2001 From: Jennifer Strange Date: Wed, 28 Feb 2018 17:47:34 -0800 Subject: [PATCH] python 3 bro is bad bro --- python/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/__init__.py b/python/__init__.py index 27a854435ce665..486f94cbd6839f 100644 --- a/python/__init__.py +++ b/python/__init__.py @@ -480,7 +480,7 @@ def kline_ll_recv(self, cnt, bus=2): 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):