We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b06867 commit 017bce0Copy full SHA for 017bce0
examples/fona_simpletest.py
@@ -66,7 +66,7 @@
66
if bytes_avail > 0:
67
print("bytes_avail: ", bytes_avail)
68
data = sock.recv(bytes_avail)
69
- print(data)
+ print(data.decode())
70
break
71
time.sleep(0.05)
72
0 commit comments