aboutsummaryrefslogtreecommitdiffstats
path: root/webhook.py
diff options
context:
space:
mode:
Diffstat (limited to 'webhook.py')
-rwxr-xr-xwebhook.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/webhook.py b/webhook.py
index 6630c0d..0b3f11f 100755
--- a/webhook.py
+++ b/webhook.py
@@ -26,7 +26,8 @@
# This is the CGI script receiving GitHub webhooks.
# You may have to change the location of the "main" webhook script:
webhook_core = "/home/git/git-mirror/webhook-core.py"
-#
+
+# Do NOT change anything below here
import urllib.request, urllib.parse, json, os, sys
# get repository from query string