X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/ca6119899ad44854d75d7a89ffaa4e65bcce3b3e..1e773f976342f86715cc1192a384a4cbb3963cf8:/widgets/weather.lua diff --git a/widgets/weather.lua b/widgets/weather.lua index b745ebe..dacdd41 100644 --- a/widgets/weather.lua +++ b/widgets/weather.lua @@ -132,7 +132,7 @@ local function worker(args) weather.attach(weather.widget) newtimer("weather-" .. city_id, timeout, weather.update) - newtimer("weather_forecast" .. city_id, timeout, weather.forecast_update) + newtimer("weather_forecast-" .. city_id, timeout, weather.forecast_update) return setmetatable(weather, { __index = weather.widget }) end