Skip to content

Commit

Permalink
Update python/lib/externalrequests/dmod/externalrequests/maas_request…
Browse files Browse the repository at this point in the history
…_handlers.py
  • Loading branch information
viktoriussuwandi authored Jul 8, 2023
1 parent 12ccd5e commit 520d388
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -332,5 +332,5 @@ async def handle_request(self, request: MaaSDatasetManagementMessage, **kwargs)
@property
def service_client(self) -> DataServiceClient:
if self._service_client is None:
self._service_client = DataServiceClient(self.service_url, self.service_ssl_dir)
self._service_client = DataServiceClient(endpoint_uri=self.service_url, ssl_directory=self.service_ssl_dir)
return self._service_client

0 comments on commit 520d388

Please sign in to comment.