This commit is contained in:
yumoqing 2025-04-14 15:10:59 +08:00
parent db2520fc3e
commit f64811f1ce

View File

@ -58,7 +58,6 @@ class XtermProcessor(PythonScriptProcessor):
await self.create_process(login_info)
r1 = self.ws_2_process(ws)
r2 = self.process_2_ws(ws)
await self.ws_sendstr(ws, 'Welcom to sshclient')
await asyncio.gather(r1,r2)
self.retResponse = ws
return ws