diff options
author | Martijn Kaijser <mcm.kaijser@gmail.com> | 2012-12-19 17:29:04 +0100 |
---|---|---|
committer | Martijn Kaijser <mcm.kaijser@gmail.com> | 2012-12-19 17:31:39 +0100 |
commit | c4410b8965f251593d074b576252e822120d2b47 (patch) | |
tree | 8409f19909093c5e694d620f5213e54f8a316cf7 /addons/weather.wunderground/resources/lib/utilities.py | |
parent | 46e045e52dd85aa8d7b95474642cd585e2181dae (diff) |
[addons] sync addons with repo
Diffstat (limited to 'addons/weather.wunderground/resources/lib/utilities.py')
-rw-r--r-- | addons/weather.wunderground/resources/lib/utilities.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addons/weather.wunderground/resources/lib/utilities.py b/addons/weather.wunderground/resources/lib/utilities.py index 78842bbb01..82a66bc042 100644 --- a/addons/weather.wunderground/resources/lib/utilities.py +++ b/addons/weather.wunderground/resources/lib/utilities.py @@ -76,7 +76,7 @@ WEATHER_CODES = { 'chanceflurries' : '41', 'rain' : '11', 'snow' : '42', 'sunny' : '32', - 'tstorms' : '35', + 'tstorms' : '38', 'unknown' : 'na', '' : 'na', 'nt_chanceflurries' : '46', |