Wrong stat name
This commit is contained in:
parent
12cfe7f1c0
commit
1ab9289df6
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue