Update tcpserver.py

This commit is contained in:
Zhengyu Peng 2022-02-22 20:06:05 -05:00
parent 003a26de6a
commit ff5da9ef85

View File

@ -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, '')