Skip to content

Commit 017bce0

Browse files
author
brentru
committed
decode bytestring
1 parent 3b06867 commit 017bce0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/fona_simpletest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
if bytes_avail > 0:
6767
print("bytes_avail: ", bytes_avail)
6868
data = sock.recv(bytes_avail)
69-
print(data)
69+
print(data.decode())
7070
break
7171
time.sleep(0.05)
7272

0 commit comments

Comments
 (0)