[autowarmth, plugin] fix CI (#8513)

pull/8518/head
zwim 2 years ago committed by GitHub
parent f82ead2b39
commit e1f62e6098
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save