kill_ deprecated replaced by kill()

This commit is contained in:
Stewie
2022-04-14 18:11:11 -04:00
parent 92d311db97
commit 65028df914
2 changed files with 1 additions and 1 deletions

View File

@@ -101,4 +101,4 @@ def apache_job(files_list, repo_name):
print("Close Apache3")
app.connect(path="Apache3.exe")
app.kill_()
app.kill()