Server: Change removing copter

This commit is contained in:
Arthur Golubtsov
2019-10-18 20:35:04 +03:00
parent b3cd398012
commit 2ffeec8431
3 changed files with 17 additions and 14 deletions

View File

@@ -142,7 +142,7 @@ class Server(messaging.Singleton):
while self.client_processor_thread_running.is_set():
events = self.sel.select()
logging.error('tick')
#logging.error('tick')
for key, mask in events:
# logging.error(mask)
# logging.error(str(key.data))