From 0bd4162cee6eafd9189f07fe14230c53f9e7ab30 Mon Sep 17 00:00:00 2001 From: gutosie Date: Fri, 13 Jan 2023 18:50:37 +0200 Subject: [PATCH] Update tools.py --- NeoBoot/files/tools.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/NeoBoot/files/tools.py b/NeoBoot/files/tools.py index 9cf3f8d..ec33cfb 100644 --- a/NeoBoot/files/tools.py +++ b/NeoBoot/files/tools.py @@ -2068,10 +2068,11 @@ class InitializationFormattingDisk(Screen): self.updateInfo() else: self.close() - - def myClose(selfe): - os.system('reboot -f') - + + def myClose(self): + self.close() + + class BootManagers(Screen): __module__ = __name__ skin = """