diff --git a/Calendar/WeatherForecast.py b/Calendar/WeatherForecast.py index 77d07b9..c02f35b 100644 --- a/Calendar/WeatherForecast.py +++ b/Calendar/WeatherForecast.py @@ -12,6 +12,7 @@ class WeatherForecast (object): self.icon = None self.short_description = None + self.unit = None self.date = None self.place = None self.fetch_time = None \ No newline at end of file