Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit 472e7d6

Browse files
authored
dds_glossary/services.py: fixed file_name for WCA (#59)
1 parent d137932 commit 472e7d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dds_glossary/services.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ class GlossaryController:
8282
),
8383
Dataset(name="ISIC4.rdf", url=fao_url + "ISICRev4/ISIC4.rdf"),
8484
Dataset(name="ICC11.rdf", url=fao_url + "ICCv1.1/ICC11.rdf"),
85-
Dataset(name="WCACROPS-core.rdf", url=fao_url + "WCA2020Crops/WCACROPS.rdf"),
85+
Dataset(name="WCACROPS.rdf", url=fao_url + "WCA2020Crops/WCACROPS.rdf"),
8686
]
8787

8888
def __init__(

0 commit comments

Comments
 (0)