summaryrefslogtreecommitdiff
path: root/weather-widget
diff options
context:
space:
mode:
Diffstat (limited to 'weather-widget')
-rw-r--r--weather-widget/weather.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/weather-widget/weather.lua b/weather-widget/weather.lua
index 9befd6b..a1075f6 100644
--- a/weather-widget/weather.lua
+++ b/weather-widget/weather.lua
@@ -144,7 +144,7 @@ local function worker(args)
end
local function error_display(resp_json)
- local err_resp = json.decode(resp_json)
+ local err_resp = json.decode(resp_json)
naughty.notify{
title = 'Weather Widget Error',
text = err_resp.message,