From acb7f08e45b4fe9587291fb7337c607e4fe8da46 Mon Sep 17 00:00:00 2001 From: Mika C <59329994+Avnsx@users.noreply.github.com> Date: Fri, 4 Feb 2022 23:13:55 +0100 Subject: [PATCH] Update updater.py --- updater.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/updater.py b/updater.py index e2649dd..dad5259 100644 --- a/updater.py +++ b/updater.py @@ -6,7 +6,7 @@ from tkinter import Tk from tkinter.messagebox import askyesno, showinfo, showerror -def exit():sys.exit(0) # pyinstaller +def exit():os._exit(0) # pyinstaller plat = platform.system() config = RawConfigParser()