diff options
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 """ |
