Update server.py

This commit is contained in:
Namhyeon Go 2024-11-13 03:56:06 +09:00 committed by GitHub
parent fbe2f6fa87
commit d592109de4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -145,7 +145,7 @@ def conn_string(conn: socket.socket, data: bytes, addr: bytes):
return
# Check a preludes in connectors
connector = test_connectors(data)
connector = Extension.test_connectors(data)
if connector:
logger.info("[*] Connecting...")
connector.connect(conn, data, b'', b'', b'', b'', b'')