update:初始化上传

This commit is contained in:
hrz
2025-02-02 23:01:14 +08:00
parent 08e3d10b1b
commit db34e7c16e
42 changed files with 2067 additions and 238 deletions
+8
View File
@@ -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))