From c6fadc6871a4810aa29395a02d125d1380de7b49 Mon Sep 17 00:00:00 2001 From: luke bonham Date: Sun, 26 Jul 2015 00:49:49 +0200 Subject: [PATCH] #121: fixed typo --- widgets/weather.lua | 2 +- wiki | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/widgets/weather.lua b/widgets/weather.lua index 77d9b9b..559d4d2 100644 --- a/widgets/weather.lua +++ b/widgets/weather.lua @@ -79,7 +79,7 @@ local function worker(args) weather.notification_text = '' for i = 1, weather_now["cnt"] do local f = assert(io.popen(string.format(date_cmd, weather_now["list"][i]["dt"]))) - day = string.gsub(f:read("a"), "\n", "") + day = string.gsub(f:read("*a"), "\n", "") f:close() tmin = math.floor(weather_now["list"][i]["temp"]["min"]) diff --git a/wiki b/wiki index 4021f24..b260e93 160000 --- a/wiki +++ b/wiki @@ -1 +1 @@ -Subproject commit 4021f24b33be60d2e6b4050098bd8da131648a7e +Subproject commit b260e938c83f1339b0b4b3b003f33f302f9a47b1 -- 2.39.2