This commit is contained in:
yumoqing 2025-07-15 18:36:53 +08:00
parent 964f1a6482
commit f994762928

View File

@ -59,7 +59,7 @@ class XtermProcessor(PythonScriptProcessor):
self.retResponse = ws
return ws
async def run_xterm(self, login_info):
async def run_xterm(self, ws, login_info):
# id = lenv['params_kw'].get('termid')
self.sshnode = SSHServer(login_info)
async with self.sshnode.get_connector() as conn: