diff --git a/plugins/autowarmth.koplugin/suntime.lua b/plugins/autowarmth.koplugin/suntime.lua index a42c12836..7a4dee232 100644 --- a/plugins/autowarmth.koplugin/suntime.lua +++ b/plugins/autowarmth.koplugin/suntime.lua @@ -374,7 +374,7 @@ function SunTime:getHeight(time, eod) end if eod then - return asin(val) - eod -- todo self.eod is a bit to small + return asin(val) - eod -- self.eod might be a bit too small else return asin(val) end