diff --git a/data/instalocker.py b/data/instalocker.py index 346f923..793f433 100644 --- a/data/instalocker.py +++ b/data/instalocker.py @@ -45,7 +45,7 @@ # Imports modules that are installed with Python -import json, os, random, threading, time, ctypes, shutil, re, webbrowser +import json, os, random, threading, time, ctypes, shutil, re, webbrowser, sys import tkinter as tk # endregion @@ -190,7 +190,7 @@ def __init__(self): "https://www.github.com/E1Bos/VALocker/releases/latest/" ) self.exit() - quit() + sys.exit() # Defines Controllers self.mouse = pynmouse.Controller() @@ -246,6 +246,7 @@ def exit(self): pass self.destroy() + sys.exit() # endregion