Update __init__.py

pull/109/head
Mr Chen 6 years ago
parent 9f9f1c30a8
commit fcf6ab5807
  1. 2
      route/__init__.py

@ -285,7 +285,7 @@ def connected_msg(msg):
global shell, ssh global shell, ssh
try: try:
recv = shell.recv(8192) recv = shell.recv(8192)
print recv.decode("utf-8") # print recv.decode("utf-8")
emit('server_response', {'data': recv.decode("utf-8")}) emit('server_response', {'data': recv.decode("utf-8")})
except Exception as e: except Exception as e:
pass pass

Loading…
Cancel
Save