diff --git a/server.py b/server.py index 5f9fdd0..bb8cf02 100644 --- a/server.py +++ b/server.py @@ -163,7 +163,7 @@ async def handleClient(reader, writer): f"""Server stats: Linked servers: {len(G.servers)} Connected clients: {G.uniqueClients} -Total Clients: {len(G.connectedClients)} +Total Clients: {len(G.clientsConnected)} Messages sent: {len(msgs)} Please note that this is not network level statistics.\n""".encode(