Update btserver.py

This commit is contained in:
Zhengyu Peng
2022-02-23 12:58:58 -05:00
parent 78e95f3650
commit e200898015

View File

@ -98,7 +98,7 @@ class BluetoothServer(Thread):
break break
else: else:
if data: if data:
print(data) print(data.decode())
self.cmd_queue.put(data.decode()) self.cmd_queue.put(data.decode())
else: else:
break break