Update __init__.py

pull/109/head
midoks 3 years ago
parent d795c23609
commit 1e81f1e516
  1. 16
      route/__init__.py

@ -448,14 +448,16 @@ def connected_msg(msg):
pass pass
# print 'connected_msg:' + str(e) # print 'connected_msg:' + str(e)
try:
import paramiko
ssh = paramiko.SSHClient()
# 启动尝试时连接 if not mw.isAppleSystem():
connect_ssh() try:
except Exception as e: import paramiko
print("本地终端无法使用") ssh = paramiko.SSHClient()
# 启动尝试时连接
connect_ssh()
except Exception as e:
print("本地终端无法使用")
##################### ssh end ########################### ##################### ssh end ###########################

Loading…
Cancel
Save