pip helper

This commit is contained in:
dengrb1
2023-05-08 20:40:48 +08:00
committed by GitHub
parent 1d3a7ecdd6
commit 4057af6137
2 changed files with 1 additions and 1 deletions

View File

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