diff options
| author | Ultrabug <ultrabug@gentoo.org> | 2015-03-31 13:14:25 +0200 |
|---|---|---|
| committer | Ultrabug <ultrabug@gentoo.org> | 2015-03-31 13:14:25 +0200 |
| commit | ada99c0af5665828abc725923bf2f104c577c852 (patch) | |
| tree | a4e58a0d9a5bec4612efe98bf068730a45c32ef7 /py3status/modules/weather_yahoo.py | |
| parent | cdfec19502d0415f92d85ffa48e6bec495ccb644 (diff) | |
move config parameters on every module docstring, overall QA
Diffstat (limited to 'py3status/modules/weather_yahoo.py')
| -rw-r--r-- | py3status/modules/weather_yahoo.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/py3status/modules/weather_yahoo.py b/py3status/modules/weather_yahoo.py index 0e5d880..aa35aaa 100644 --- a/py3status/modules/weather_yahoo.py +++ b/py3status/modules/weather_yahoo.py @@ -8,6 +8,12 @@ Based on Yahoo! Weather. forecast, thanks guys ! Find your city code using: http://answers.yahoo.com/question/index?qid=20091216132708AAf7o0g +Configuration parameters: + - cache_timeout : how often to check for new forecasts + - city_code : city code to use + - forecast_days : how many forecast days you want shown + - request_timeout : check timeout + The city_code in this example is for Paris, France => FRXX0076 """ |
