@ -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!"