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