From 64da1131c31fe89345427ee511ff8f80943cec7d Mon Sep 17 00:00:00 2001 From: Daniel McCrystal Date: Fri, 10 Jan 2025 21:48:08 -0500 Subject: [PATCH] fix webhook --- listen.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/listen.py b/listen.py index 0b67fb7..a7a0b27 100644 --- a/listen.py +++ b/listen.py @@ -20,4 +20,6 @@ def gitea(): branch = data["ref"].strip("refs/heads/"), commit_hash = data["after"] ) - ) \ No newline at end of file + ) + + return "success!" \ No newline at end of file