Skip to content

Commit

Permalink
Update discovery.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis authored and maaikelimper committed Dec 16, 2024
1 parent 067fb34 commit 7650167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wis2box-management/wis2box/metadata/discovery.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def get_distribution_links(self,
if has_2geojson:
# default view is descending by reportTime
oafeat_link = {
'href': f"{API_URL}/collections/{identifier}/items?sortby=-reportTime", # noqa
'href': f'{API_URL}/collections/{identifier}/items?sortby=-reportTime', # noqa
'type': 'application/json',
'name': identifier,
'description': f'Observations in json format for {identifier}',
Expand Down

0 comments on commit 7650167

Please sign in to comment.