Skip to content

Commit 08f464c

Browse files
committed
python 3 bro is bad bro
1 parent 9390961 commit 08f464c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ def kline_ll_recv(self, cnt, bus=2):
480480
if DEBUG and len(ret) > 0:
481481
print("kline recv: "+ret.encode("hex"))
482482
echo += ret
483-
return echo
483+
return str(echo)
484484

485485
def kline_send(self, x, bus=2, checksum=True):
486486
def get_checksum(dat):

0 commit comments

Comments
 (0)