From fd1b5e50151203a11284fdde0e1f73e75981855b Mon Sep 17 00:00:00 2001 From: erreur401 Date: Mon, 18 Sep 2023 20:23:12 +0200 Subject: [PATCH] added readme --- app.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.py b/app.py index 16ad600..fafb380 100644 --- a/app.py +++ b/app.py @@ -123,8 +123,8 @@ def webhook(): return "Unauthorized", 401 # Perform Git pull to update the website's code - repo_path = "/path/to/your/website/repo" # Replace with the actual path - subprocess.run(['git', 'pull'], cwd=repo_path) + #repo_path = "/path/to/your/website/repo" # Replace with the actual path + #subprocess.run(['git', 'pull'], cwd=repo_path) # Restart the Flask app #restart_flask_app()