add a first version of a README
[git-mirror.git] / webhook.py
index 6630c0df4bfc389125bd039432c44de6e55fee8e..0b3f11faa0330b2a3a3893b36743d47e6e5a18b2 100755 (executable)
@@ -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