This commit is contained in:
yumoqing 2025-04-15 17:47:47 +08:00
parent 9bf42664a8
commit d2a9bd15bf

View File

@ -366,7 +366,7 @@ class SSHBash:
x = await self.p_obj.stdout.read(1024)
await write_co(x)
def SshConnector:
class SshConnector:
def __init__(self, conn, refconn=None):
self.conn = conn
self.refconn = refconn