Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Commit

Permalink
Update updater.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Avnsx authored Feb 4, 2022
1 parent 34ce274 commit acb7f08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit acb7f08

Please sign in to comment.