diff --git a/inkycal/modules/inkycal_fullweather.py b/inkycal/modules/inkycal_fullweather.py index 93e1c87..5165cc2 100644 --- a/inkycal/modules/inkycal_fullweather.py +++ b/inkycal/modules/inkycal_fullweather.py @@ -628,7 +628,7 @@ class Fullweather(inkycal_module): self.addDailyForecast() if self.orientation == "horizontal": - self.image.rotate(90, expand=True) + self.image = self.image.rotate(90, expand=True) # TODO: only for debugging, remove this: # self.image.save("./openweather_full.png")