plugin api change: Plugins() and main functions must receive (and possibly ignore...
[enigma2.git] / lib / python / Plugins / SystemPlugins / FrontprocessorUpgrade / plugin.py
index fea384240168014ae0d84c31f014a160a38dae74..94c81c05453f14d34fd61900f2cc4a6b3af13603 100644 (file)
@@ -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