hbc proper termination, hbd config reloadable
This commit is contained in:
@@ -51,7 +51,6 @@ def test_hosts_api():
|
||||
print(f"Found {len(hosts)} hosts:\n")
|
||||
for host in hosts:
|
||||
name = host.get('name', 'unknown')
|
||||
ver = host.get('ver', 0)
|
||||
dyn = host.get('dyn', False)
|
||||
conn_count = len(host.get('connections', []))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user