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 GitHub
parent 2468efe604
commit 83b6bdbdc6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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.latitude, 2)