diff --git a/bom_rrd2.py b/bom_rrd2.py index 87cb95e..8354639 100755 --- a/bom_rrd2.py +++ b/bom_rrd2.py @@ -43,6 +43,7 @@ bom_icons = { 'haze': 'HAZE.JPG', 'light_rain': 'LRAIN.JPG', 'wind': 'WIND.JPG', + 'windy': 'WIND.JPG', 'fog': 'FOG.JPG', 'shower': 'SHOWER.JPG', 'rain': 'RAIN.JPG', @@ -51,6 +52,7 @@ bom_icons = { 'snow': 'SNOW.JPG', 'storm': 'STORM.JPG', 'light_showers': 'LSHOWE.JPG', + 'light_shower': 'LSHOWE.JPG', 'heavy_showers': 'HSHOWE.JPG', 'cyclone': 'CYCLON.JPG' }