Port to newer `tractor.get_registry()`

qt_w_graceful_SIGINT
Tyler Goodlet 2025-06-09 10:18:08 -04:00
parent 9045e18386
commit 624cca091a
1 changed files with 1 additions and 1 deletions

View File

@ -335,7 +335,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