Update __init__.py

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

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

Loading…
Cancel
Save