mirror of https://github.com/lcpz/lain.git
wiki updated
This commit is contained in:
parent
ab32be9ac6
commit
6f86540f4d
|
@ -116,8 +116,6 @@ local function fetch_weather()
|
|||
-- In case there's no defined icon for current forecast
|
||||
if io.open(sky) == nil then
|
||||
sky = icon_path .. "na.png"
|
||||
else
|
||||
io.close(f)
|
||||
end
|
||||
|
||||
-- Localization
|
||||
|
|
Loading…
Reference in New Issue