Flatten array

This commit is contained in:
2018-09-26 08:41:50 +02:00
parent 99d00cf6a9
commit 2887b7acf0
3 changed files with 11 additions and 8 deletions

View File

@@ -52,5 +52,5 @@ class Server(Thread):
for client in clients:
client.write_socket()
for c in self.clients.values():
print(c.__writebuffer)
"""for c in self.clients.values():
print(c.__writebuffer)"""