diff --git a/src/core/core.py b/src/core/core.py index 1e00fc3..7adf9d5 100644 --- a/src/core/core.py +++ b/src/core/core.py @@ -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():