From 4d004ace301bb57c9e3bdf9e995ec397a44e0056 Mon Sep 17 00:00:00 2001 From: Ultrabug Date: Thu, 11 Dec 2014 23:10:05 +0100 Subject: modules variables normalization --- py3status/modules/weather_yahoo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'py3status/modules/weather_yahoo.py') diff --git a/py3status/modules/weather_yahoo.py b/py3status/modules/weather_yahoo.py index 09e1c72..ad0cecb 100644 --- a/py3status/modules/weather_yahoo.py +++ b/py3status/modules/weather_yahoo.py @@ -91,7 +91,7 @@ class Py3status: return icons[code] - def weather_yahoo(self, json, i3status_config): + def weather_yahoo(self, i3s_output_list, i3s_config): """ This method gets executed by py3status """ -- cgit v1.3