retrieve: fix load data version
This commit is contained in:
parent
61e7dd9071
commit
6a50de143c
@ -158,7 +158,7 @@ if config["enable"]["retrieve"]:
|
|||||||
rule retrieve_electricity_demand:
|
rule retrieve_electricity_demand:
|
||||||
input:
|
input:
|
||||||
HTTP.remote(
|
HTTP.remote(
|
||||||
"data.open-power-system-data.org/time_series/2019-06-05/time_series_60min_singleindex.csv".format(
|
"data.open-power-system-data.org/time_series/{version}/time_series_60min_singleindex.csv".format(
|
||||||
version="2019-06-05"
|
version="2019-06-05"
|
||||||
if config["snapshots"]["end"] < "2019"
|
if config["snapshots"]["end"] < "2019"
|
||||||
else "latest"
|
else "latest"
|
||||||
|
Loading…
Reference in New Issue
Block a user