From e3efe6ebd2f90b8003e19f4eaf4245731f2f792c Mon Sep 17 00:00:00 2001 From: Maximilian Giller Date: Sat, 23 Feb 2019 19:33:39 +0100 Subject: [PATCH] Renamed identifier --- Calendar/WeatherForecast.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Calendar/WeatherForecast.py b/Calendar/WeatherForecast.py index 414e7b7..c1f4b34 100644 --- a/Calendar/WeatherForecast.py +++ b/Calendar/WeatherForecast.py @@ -19,5 +19,5 @@ class WeatherForecast (object): self.units = None self.datetime = None - self.place = None + self.location = None self.fetch_datetime = None \ No newline at end of file