Wrong stat name

This commit is contained in:
Firepup Sixfifty 2024-07-16 17:45:59 +00:00
parent 12cfe7f1c0
commit 1ab9289df6
Signed by: Firepup650
SSH key fingerprint: SHA256:U0Zp8EhEe3CMqFSrC79CqatzaEiL4sjta80/RSX2XrY

View file

@ -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(