mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-25 16:43:55 +08:00
update:初始化上传
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import json
|
||||
import logging
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
async def handleHelloMessage(conn, text):
|
||||
await conn.websocket.send(json.dumps(conn.welcome_msg))
|
||||
Reference in New Issue
Block a user