correct crash on conponent source
Code
[Weatherinfo] MSN successfully accessed...
[OAWeather] Converter Error:list index out of range
Traceback (most recent call last):
File "/usr/lib/enigma2/python/Components/Converter/OAWeather.py", line 149, in getText
return self.source.getWindDirShort()
File "/usr/lib/enigma2/python/Components/Sources/OAWeather.py", line 123, in getWindDirShort
return self.getCurrentVal("windDirSign", " ").split(" ")[1]
IndexError: list index out of range
