Merge pull request #19 from lifebottle/dev

Better close Apache3 at the end
This commit is contained in:
fortiersteven
2022-04-14 18:09:22 -04:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -100,4 +100,5 @@ def apache_job(files_list, repo_name):
replace_files(files_list, repo_name, app)
print("Close Apache3")
app.Apache3Build.close()
app.connect(path="Apache3.exe")
app.kill_()