Update __init__.py

This commit is contained in:
Mr Chen 2019-02-19 14:05:03 +08:00
parent 7fb7a30c43
commit c75d7cd8a4
1 changed files with 0 additions and 1 deletions

View File

@ -251,7 +251,6 @@ def get_input_data(data):
@socketio.on('webssh')
def webssh(msg):
print 'webssh', msg
if not isLogined():
emit('server_response', {'data': '会话丢失,请重新登陆面板!\r\n'})
return None