bugfix
This commit is contained in:
parent
779eb6369c
commit
665b3cfce8
@ -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()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user