From ef2b714e7eeaaa101bba8d877d7ef8330a630522 Mon Sep 17 00:00:00 2001 From: erreur401 Date: Sat, 23 Sep 2023 08:43:40 +0200 Subject: [PATCH] git command change --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!"