This commit is contained in:
yumoqing 2025-11-28 18:01:09 +08:00
parent 779eb6369c
commit 665b3cfce8

View File

@ -20,8 +20,9 @@ where a.id= ${id}$
"ownerid":ns['ownerid'], "ownerid":ns['ownerid'],
"id":r.jumperid "id":r.jumperid
} }
r.jumperservers = await gethostinfo(sor, ns) j = await gethostinfo(sor, ns)
debug(f'connecthost.xterm:{r=}') if j:
r.jumpservers = [j]
return DictObject(**r) return DictObject(**r)
db = DBPools() db = DBPools()