`marketstore`: Pull default socket from server config

service_subpkg
Tyler Goodlet 2023-03-09 12:23:02 -05:00
parent 31392af427
commit 75b7a8b56e
1 changed files with 1 additions and 1 deletions

View File

@ -328,7 +328,7 @@ def quote_to_marketstore_structarray(
@acm
async def get_client(
host: str = 'localhost',
port: int = 5995
port: int = _config['grpc_listen_port'],
) -> MarketstoreClient:
'''