This commit is contained in:
Maxim Khomutov 2024-07-25 03:33:46 +03:00
parent 4c6a240f96
commit ff58e2a994

View File

@ -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.")