`marketstore`: Pull default socket from server config
parent
31392af427
commit
75b7a8b56e
|
@ -328,7 +328,7 @@ def quote_to_marketstore_structarray(
|
||||||
@acm
|
@acm
|
||||||
async def get_client(
|
async def get_client(
|
||||||
host: str = 'localhost',
|
host: str = 'localhost',
|
||||||
port: int = 5995
|
port: int = _config['grpc_listen_port'],
|
||||||
|
|
||||||
) -> MarketstoreClient:
|
) -> MarketstoreClient:
|
||||||
'''
|
'''
|
||||||
|
|
Loading…
Reference in New Issue