bugfix
This commit is contained in:
parent
db2520fc3e
commit
f64811f1ce
@ -58,7 +58,6 @@ class XtermProcessor(PythonScriptProcessor):
|
|||||||
await self.create_process(login_info)
|
await self.create_process(login_info)
|
||||||
r1 = self.ws_2_process(ws)
|
r1 = self.ws_2_process(ws)
|
||||||
r2 = self.process_2_ws(ws)
|
r2 = self.process_2_ws(ws)
|
||||||
await self.ws_sendstr(ws, 'Welcom to sshclient')
|
|
||||||
await asyncio.gather(r1,r2)
|
await asyncio.gather(r1,r2)
|
||||||
self.retResponse = ws
|
self.retResponse = ws
|
||||||
return ws
|
return ws
|
||||||
|
Loading…
Reference in New Issue
Block a user