Skip to content

Commit

Permalink
python 3 bro is bad bro
Browse files Browse the repository at this point in the history
  • Loading branch information
jenstrange committed Mar 1, 2018
1 parent 9390961 commit 08f464c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 08f464c

Please sign in to comment.