bugifx
This commit is contained in:
parent
964f1a6482
commit
f994762928
@ -59,7 +59,7 @@ class XtermProcessor(PythonScriptProcessor):
|
|||||||
self.retResponse = ws
|
self.retResponse = ws
|
||||||
return ws
|
return ws
|
||||||
|
|
||||||
async def run_xterm(self, login_info):
|
async def run_xterm(self, ws, login_info):
|
||||||
# id = lenv['params_kw'].get('termid')
|
# id = lenv['params_kw'].get('termid')
|
||||||
self.sshnode = SSHServer(login_info)
|
self.sshnode = SSHServer(login_info)
|
||||||
async with self.sshnode.get_connector() as conn:
|
async with self.sshnode.get_connector() as conn:
|
||||||
|
Loading…
Reference in New Issue
Block a user