added a "Starting on" option to set a starting date for repeated timers
[vuplus_dvbapp] / lib / python / Screens / Wizard.py
index 29bb6e2..bd45827 100644 (file)
@@ -153,7 +153,7 @@ class Wizard(Screen, HelpableScreen):
                        count += 1
                return 0
 
-       def finished(self, **args):
+       def finished(self, *args, **kwargs):
                print "finished"
                currStep = self.currStep