mirror of
https://github.com/kuitoi/kuitoi-Server.git
synced 2025-08-17 16:25:36 +00:00
Minor update
This commit is contained in:
parent
9b3677de46
commit
6d4bc1e72c
@ -104,7 +104,7 @@ class Core:
|
|||||||
if not client.ready:
|
if not client.ready:
|
||||||
client.is_disconnected()
|
client.is_disconnected()
|
||||||
continue
|
continue
|
||||||
await client._tcp_send(bytes(ca, "utf-8"))
|
await client._send(bytes(ca, "utf-8"))
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def start_web():
|
def start_web():
|
||||||
|
Loading…
x
Reference in New Issue
Block a user