Update tcpserver.py

master
Zhengyu Peng 2 years ago
parent 003a26de6a
commit ff5da9ef85

@ -64,6 +64,7 @@ class TCPServer(Thread):
pass
else:
while True:
self.cmd_queue.put('standby')
# Wait for a connection
# print('wait for a connection')
# self.status.emit(self.LISTEN, '')

Loading…
Cancel
Save