From e1f62e60987ee9e0368558006d11d9f05d993ed2 Mon Sep 17 00:00:00 2001 From: zwim <36999612+zwim@users.noreply.github.com> Date: Sun, 5 Dec 2021 21:27:46 +0100 Subject: [PATCH] [autowarmth, plugin] fix CI (#8513) --- plugins/autowarmth.koplugin/suntime.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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