Merge pull request #20 from lifebottle/dev

kill_ deprecated replaced by kill()
This commit is contained in:
fortiersteven
2022-04-14 18:11:26 -04:00
committed by GitHub
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()