Skip to content

Commit

Permalink
trying the service name
Browse files Browse the repository at this point in the history
  • Loading branch information
PhillipsOwen committed Oct 17, 2024
1 parent 59710ce commit 3dfce94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/geopoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def get_geo_point_data(self, **kwargs) -> str:
ret_val: str = ''

# build the url to the TDS data
tds_svr = 'https://' + kwargs['tds_svr'] + '/thredds' + kwargs['url']
tds_svr = 'http://' + kwargs['tds_svr'] + '/thredds' + kwargs['url']

# create a named tuple for the args to mimic the cli input
argsNT: namedtuple = namedtuple('argsNT',
Expand Down

0 comments on commit 3dfce94

Please sign in to comment.