Update tcpserver.py
This commit is contained in:
parent
ce9329f20e
commit
54a05bf06e
@ -64,6 +64,7 @@ class TCPServer(Thread):
|
|||||||
pass
|
pass
|
||||||
else:
|
else:
|
||||||
while True:
|
while True:
|
||||||
|
self.cmd_queue.put('standby')
|
||||||
# Wait for a connection
|
# Wait for a connection
|
||||||
# print('wait for a connection')
|
# print('wait for a connection')
|
||||||
# self.status.emit(self.LISTEN, '')
|
# self.status.emit(self.LISTEN, '')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user