mirror of
https://github.com/CopterExpress/clever-show.git
synced 2026-06-07 04:29:33 +00:00
Merge fixes and improvements
This commit is contained in:
@@ -172,7 +172,7 @@ class Server(messaging.Singleton):
|
||||
|
||||
if not any([client_addr == addr[0] for client_addr in Client.clients.keys()]):
|
||||
client = Client(addr[0])
|
||||
client.buffer_size = self.BUFFER_SIZE
|
||||
client.buffer_size = self.config.server_buffer_size
|
||||
logging.info("New client")
|
||||
else:
|
||||
client = Client.clients[addr[0]]
|
||||
|
||||
Reference in New Issue
Block a user