From 2eaffe3b637015c4de3c256fa437c208d8160e49 Mon Sep 17 00:00:00 2001 From: Maximilian Giller Date: Sat, 23 Feb 2019 19:10:26 +0100 Subject: [PATCH] Added unit as parameter --- Calendar/WeatherForecast.py | 1 + 1 file changed, 1 insertion(+) 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