Merge branch 'xinnan-tech:main' into main

This commit is contained in:
taiping520
2025-04-23 09:45:05 +08:00
committed by GitHub
45 changed files with 1847 additions and 530 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ class WebSocketServer:
async def start(self):
server_config = self.config["server"]
host = server_config["ip"]
host = server_config.get("ip", "0.0.0.0")
port = int(server_config.get("port", 8000))
self.logger.bind(tag=TAG).info(