Skip to content

Commit

Permalink
reactivate import of governmental data for France
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanpernpaintner committed Feb 19, 2024
1 parent c664373 commit 4d78906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charging_stations_pipelines/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def __init__(self, name: str, gov: bool, osm: bool, ocm: bool):
("EE", CountryInfo(name="Estonia", gov=False, osm=True, ocm=True)),
("ES", CountryInfo(name="Spain", gov=False, osm=True, ocm=True)),
("FI", CountryInfo(name="Finland", gov=False, osm=True, ocm=True)),
("FR", CountryInfo(name="France", gov=False, osm=True, ocm=True)),
("FR", CountryInfo(name="France", gov=True, osm=True, ocm=True)),
("GB", CountryInfo(name="United Kingdom", gov=True, osm=True, ocm=True)),
("GR", CountryInfo(name="Greece", gov=False, osm=True, ocm=True)),
("HR", CountryInfo(name="Croatia", gov=False, osm=True, ocm=True)),
Expand Down

0 comments on commit 4d78906

Please sign in to comment.