bugfix
This commit is contained in:
parent
9bf42664a8
commit
d2a9bd15bf
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user