diff --git a/route/__init__.py b/route/__init__.py index fa35819d6..5a9238a7d 100755 --- a/route/__init__.py +++ b/route/__init__.py @@ -455,7 +455,7 @@ if not mw.isAppleSystem(): ssh = paramiko.SSHClient() # 启动尝试时连接 - connect_ssh() + # connect_ssh() except Exception as e: print("本地终端无法使用")