X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/313449731e21f1360ce920e7daf24ddd512706fc..aa4989974a32ab2437d51fb6352b3eb54cecd83d:/lib/python/Plugins/SystemPlugins/FrontprocessorUpgrade/plugin.py diff --git a/lib/python/Plugins/SystemPlugins/FrontprocessorUpgrade/plugin.py b/lib/python/Plugins/SystemPlugins/FrontprocessorUpgrade/plugin.py index fea38424..94c81c05 100644 --- a/lib/python/Plugins/SystemPlugins/FrontprocessorUpgrade/plugin.py +++ b/lib/python/Plugins/SystemPlugins/FrontprocessorUpgrade/plugin.py @@ -44,7 +44,7 @@ class FPUpgrade(Screen): def ok(self): self.close(4) -def Plugins(): +def Plugins(**kwargs): from Tools.DreamboxHardware import getFPVersion version = getFPVersion() newversion = getUpgradeVersion() or 0