X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/27502137f7ebcbb1a783faf8cba14251e42a8998..cd2b1ae219b4463fae3dabbe609dd6cd6b95372e:/lib/python/Screens/Wizard.py diff --git a/lib/python/Screens/Wizard.py b/lib/python/Screens/Wizard.py index ca518192..fc76bcd2 100644 --- a/lib/python/Screens/Wizard.py +++ b/lib/python/Screens/Wizard.py @@ -166,7 +166,7 @@ class Wizard(Screen, HelpableScreen): if (currStep == self.numSteps): # wizard finished self.markDone() - self.session.close() + self.close() else: self.runCode(self.wizard[currStep]["codeafter"]) if self.wizard[currStep]["nextstep"] is not None: