关闭ssh启动尝试时连接

pull/109/head
midoks 3 years ago
parent 18e8db110a
commit 55941ef711
  1. 2
      route/__init__.py

@ -455,7 +455,7 @@ if not mw.isAppleSystem():
ssh = paramiko.SSHClient()
# 启动尝试时连接
connect_ssh()
# connect_ssh()
except Exception as e:
print("本地终端无法使用")

Loading…
Cancel
Save