Port to newer `tractor.get_registry()`

decimal_prices_thru_ems
Tyler Goodlet 2025-06-09 10:18:08 -04:00
parent fb8375f608
commit da953b6b0c
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