diff options
| author | Ultrabug <ultrabug@gentoo.org> | 2014-12-11 23:10:05 +0100 |
|---|---|---|
| committer | Ultrabug <ultrabug@gentoo.org> | 2014-12-11 23:10:05 +0100 |
| commit | 4d004ace301bb57c9e3bdf9e995ec397a44e0056 (patch) | |
| tree | ba9c98e1d8144a22395e1af34e1fb095fb1bdd51 /py3status/modules/weather_yahoo.py | |
| parent | d885ebf6cb9129ee344d5524a5760a946693fff3 (diff) | |
modules variables normalization
Diffstat (limited to 'py3status/modules/weather_yahoo.py')
| -rw-r--r-- | py3status/modules/weather_yahoo.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 """ |
