This commit is contained in:
dengrb1 2023-05-06 13:28:32 +08:00 committed by GitHub
parent 806d78ba4e
commit 0443121b59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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