Better close Apache3 at the end

This commit is contained in:
Stewie
2022-04-14 18:09:05 -04:00
parent 45d4a573de
commit 92d311db97
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_()