chore: update weatherclearoutside.py (#496)

reponse -> response
This commit is contained in:
Ikko Eltociear Ashimine 2025-03-29 08:39:30 +09:00 committed by Dominique Lasserre
parent 87ebbf0f08
commit 8f30d97f86

View File

@ -88,7 +88,7 @@ class WeatherClearOutside(WeatherProvider):
"""Requests weather forecast from ClearOutside.
Returns:
response: Weather forecast request reponse from ClearOutside.
response: Weather forecast request response from ClearOutside.
"""
source = "https://clearoutside.com/forecast"
latitude = round(self.config.general.latitude, 2)