fixed:消息重发bug

This commit is contained in:
hrz
2025-02-06 12:30:26 +08:00
parent e24b033623
commit b1798c9dad
2 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -4,5 +4,5 @@ import logging
logger = logging.getLogger(__name__)
async def handleHelloMessage(conn, text):
async def handleHelloMessage(conn):
await conn.websocket.send(json.dumps(conn.welcome_msg))