From 4981116280cfe4eb7aa7c81b616e767b38bf62f6 Mon Sep 17 00:00:00 2001 From: midoks Date: Mon, 8 Nov 2021 18:39:21 +0800 Subject: [PATCH] Update __init__.py --- route/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/route/__init__.py b/route/__init__.py index 81987356f..16102b696 100755 --- a/route/__init__.py +++ b/route/__init__.py @@ -324,7 +324,7 @@ def get_input_data(data): @socketio.on('webssh') def webssh(msg): - print('webssh ...') + # print('webssh ...') if not isLogined(): emit('server_response', {'data': '会话丢失,请重新登陆面板!\r\n'}) return None