diff --git a/ApacheAutomate.py b/ApacheAutomate.py index 35a397c..2b897ed 100644 --- a/ApacheAutomate.py +++ b/ApacheAutomate.py @@ -100,4 +100,5 @@ def apache_job(files_list, repo_name): replace_files(files_list, repo_name, app) print("Close Apache3") - app.Apache3Build.close() \ No newline at end of file + app.connect(path="Apache3.exe") + app.kill_() diff --git a/__pycache__/ApacheAutomate.cpython-38.pyc b/__pycache__/ApacheAutomate.cpython-38.pyc index 7287e14..49ad75e 100644 Binary files a/__pycache__/ApacheAutomate.cpython-38.pyc and b/__pycache__/ApacheAutomate.cpython-38.pyc differ