Update __init__.py
This commit is contained in:
parent
7fb7a30c43
commit
c75d7cd8a4
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue