wiki updated

This commit is contained in:
luke bonham 2013-11-18 20:30:43 +01:00 committed by copycat-killer
parent ac6615db20
commit 6accb3a2a9
1 changed files with 0 additions and 2 deletions

View File

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