From 1225366bed0da6ee3fdb3a0f2e0a0066917b406f Mon Sep 17 00:00:00 2001 From: qiangyanwen <508737091@qq.com> Date: Mon, 26 Dec 2022 18:02:24 +0800 Subject: [PATCH] add test --- utils/ssh_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/ssh_client.py b/utils/ssh_client.py index e1144be..3d6a66e 100644 --- a/utils/ssh_client.py +++ b/utils/ssh_client.py @@ -54,4 +54,4 @@ class SSHConnection(object): with SSHConnection("47.96.135.132", 22, "root", "Qyw1994@520") as ssh: - ssh.exec_command("ls -l") + ls = ssh.exec_command("ls -l")