为最简化安装环境提供OTA基础信息接口

This commit is contained in:
王华侨
2025-04-26 21:56:41 +08:00
parent 80be8b2eaa
commit e357cad2bb
4 changed files with 114 additions and 4 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ class WebSocketServer:
port = int(server_config.get("port", 8000))
self.logger.bind(tag=TAG).info(
"Server is running at ws://{}:{}/xiaozhi/v1/", get_local_ip(), port
"Web Socket Server is running at ws://{}:{}/xiaozhi/v1/", get_local_ip(), port
)
self.logger.bind(tag=TAG).info(
"=======上面的地址是websocket协议地址,请勿用浏览器访问======="