From 159235ed54b907ce9d08e0fc63287de7027404f7 Mon Sep 17 00:00:00 2001 From: erreur401 Date: Thu, 21 Sep 2023 12:11:36 +0200 Subject: [PATCH] app fix --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 0866d4d..4aa24bc 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 origin o2switch', repo_path]) return "Webhook received!"