Port to newer `tractor.get_registry()`

port_to_latest_tractor
Tyler Goodlet 2025-06-09 10:18:08 -04:00
parent 9a2b43495d
commit d36575cd0d
1 changed files with 1 additions and 1 deletions

View File

@ -316,7 +316,7 @@ def services(config, tl, ports):
name='service_query',
loglevel=config['loglevel'] if tl else None,
),
tractor.get_arbiter(
tractor.get_registry(
host=host,
port=ports[0]
) as portal