mirror of
https://github.com/kuitoi/kuitoi-Server.git
synced 2026-04-15 14:47:31 +00:00
Minor update
This commit is contained in:
@@ -104,7 +104,7 @@ class Core:
|
||||
if not client.ready:
|
||||
client.is_disconnected()
|
||||
continue
|
||||
await client._tcp_send(bytes(ca, "utf-8"))
|
||||
await client._send(bytes(ca, "utf-8"))
|
||||
|
||||
@staticmethod
|
||||
def start_web():
|
||||
|
||||
Reference in New Issue
Block a user