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