This commit is contained in:
dengrb1
2023-05-06 13:28:32 +08:00
committed by GitHub
parent 806d78ba4e
commit 0443121b59

View File

@@ -30,6 +30,7 @@ def update():
jc("update") jc("update")
def exit_exe(): def exit_exe():
os.system('taskkill -f -t -im python.exe')
root.destroy() root.destroy()
pass pass