diff --git a/ApacheAutomate.py b/ApacheAutomate.py index 2b897ed..8dfb31d 100644 --- a/ApacheAutomate.py +++ b/ApacheAutomate.py @@ -101,4 +101,4 @@ def apache_job(files_list, repo_name): print("Close Apache3") app.connect(path="Apache3.exe") - app.kill_() + app.kill() diff --git a/__pycache__/ApacheAutomate.cpython-38.pyc b/__pycache__/ApacheAutomate.cpython-38.pyc index 49ad75e..1699fb7 100644 Binary files a/__pycache__/ApacheAutomate.cpython-38.pyc and b/__pycache__/ApacheAutomate.cpython-38.pyc differ