Skip to content

Commit

Permalink
Fix sentier.dev units URL
Browse files Browse the repository at this point in the history
  • Loading branch information
cmutel committed Oct 13, 2024
1 parent 9699679 commit 4e74cc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bw2io/strategies/sentier/simapro_units.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ def __init__(
self,
sparql_url: str = "https://fuseki.d-d-s.ch/skosmos/query",
simapro_graph: str = "https://vocab.sentier.dev/simapro/",
qudt_graph: str = "https://vocab.sentier.dev/qudt/",
qudt_graph: str = "https://vocab.sentier.dev/units/",
ecoinvent_uri: str = "https://glossary.ecoinvent.org/",
qk_uri: str = "https://vocab.sentier.dev/qudt/quantity-kind/",
qk_uri: str = "https://vocab.sentier.dev/units/quantity-kind/",
):
self.simapro_graph = simapro_graph
self.qudt_graph = qudt_graph
Expand Down

0 comments on commit 4e74cc9

Please sign in to comment.