diff --git a/app.py b/app.py index 4f55ac9..e16f0d9 100644 --- a/app.py +++ b/app.py @@ -116,7 +116,7 @@ def search(): def webhook(): if request.method == 'POST': repo_path = "http://git.tdtdt.net:3003/zvevqx/tdtdt.git" # Replace with the actual path - subprocess.run(['git', 'pull', repo_path]) + subprocess.run(['git', 'pull']) return "Webhook received!"