Skip to content

Commit c5257af

Browse files
committed
Revert
1 parent f099ecf commit c5257af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

weather/openmeteo_com_weather.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ def _get_data(self):
114114

115115
# Hourly overrules daily. The data will be sorted later on
116116
return_data["forecast"] = {
117-
**self.__process_daily_data(json_data.get("daily", [])),
118117
**self.__process_hourly_data(json_data.get("hourly", [])),
118+
**self.__process_daily_data(json_data.get("daily", [])),
119119
}
120120

121121
# Get history data

0 commit comments

Comments
 (0)