diff --git a/api/sys_monitor_api.py b/api/sys_monitor_api.py index d5c107a..50245b7 100644 --- a/api/sys_monitor_api.py +++ b/api/sys_monitor_api.py @@ -30,7 +30,6 @@ async def websocket_endpoint( await asyncio.wait_for(websocket.receive_text(), 3) await manager.send_json(message, websocket) except asyncio.TimeoutError: - print("推送数据......", message) await manager.send_json(message, websocket) except (WebSocketDisconnect, RuntimeError): logger.info("ws开始关闭连接.....")