diff --git a/piker/service/marketstore.py b/piker/service/marketstore.py index e9de9558..5c4f90db 100644 --- a/piker/service/marketstore.py +++ b/piker/service/marketstore.py @@ -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: '''