Skip to content

Commit 834e3a3

Browse files
Fix filename update in inflow_smhi.py
1 parent 9fdbf60 commit 834e3a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hydrological_data/inflow_smhi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# 3 Vattenstånd cm
1616

1717
def inflow_smhi():
18-
kobling=pd.read_excel("smhi_api_stasjoner.xlsx")
18+
kobling=pd.read_excel("smhi_api_stations.xlsx")
1919

2020
print(kobling)
2121

0 commit comments

Comments
 (0)