This commit is contained in:
yumoqing 2025-01-19 20:46:39 +08:00
parent 8570bf7eb8
commit 0be1a53af4

View File

@ -49,7 +49,7 @@ class XtermProcessor(PythonScriptProcessor):
self.retResponse = ws
return ws
async def create_process(self, lgoin_info):
async def create_process(self, login_info):
# id = lenv['params_kw'].get('termid')
host = login_info['host']
port = login_info.get('port', 22)