Skip to content

Commit

Permalink
[WeatherPlugin]
Browse files Browse the repository at this point in the history
* fix commit -> bb73921

15:15:10.2689 File "/usr/lib/enigma2/python/Components/Renderer/MSNWeatherPixmap.py", line 53, in updateIcon
15:15:10.2692 File "/usr/lib/enigma2/python/Tools/LoadPixmap.py", line 8, in LoadPixmap
15:15:10.2696 TypeError: 'NoneType' object is not subscriptable
15:15:10.2696 [ePyObject] (PyObject_CallObject(<bound method ActionMap.action of <Components.ActionMap.ActionMap object at 0xada1ff60>>,('SetupActions', 'menu')) failed)
  • Loading branch information
jbleyel committed Aug 23, 2024
1 parent 82fbcce commit ba57023
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ def changed(self, what):
self.updateIcon(self.source.iconfilename)
else:
if self.instance:
self.updateIcon(None)
self.updateIcon("")

0 comments on commit ba57023

Please sign in to comment.