bugfix
This commit is contained in:
parent
8570bf7eb8
commit
0be1a53af4
@ -49,7 +49,7 @@ class XtermProcessor(PythonScriptProcessor):
|
|||||||
self.retResponse = ws
|
self.retResponse = ws
|
||||||
return ws
|
return ws
|
||||||
|
|
||||||
async def create_process(self, lgoin_info):
|
async def create_process(self, login_info):
|
||||||
# id = lenv['params_kw'].get('termid')
|
# id = lenv['params_kw'].get('termid')
|
||||||
host = login_info['host']
|
host = login_info['host']
|
||||||
port = login_info.get('port', 22)
|
port = login_info.get('port', 22)
|
||||||
|
Loading…
Reference in New Issue
Block a user