mirror of
https://github.com/kuitoi/kuitoi-Server.git
synced 2025-07-01 23:35:31 +00:00
[minor]
This commit is contained in:
parent
4c6a240f96
commit
ff58e2a994
@ -62,7 +62,7 @@ class UDPServer(asyncio.DatagramTransport):
|
||||
case "X":
|
||||
await client._send(data, to_all=True, to_self=False, to_udp=True)
|
||||
case _:
|
||||
self.log.warning(f" UDP [{cid}] Unknown code: {code}; {data}")
|
||||
self.log.warning(f"UDP [{cid}] Unknown code: {code}; {data}")
|
||||
else:
|
||||
self.log.debug(f"[{cid}] Client not found.")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user