X-Git-Url: https://git.ralfj.de/git-mirror.git/blobdiff_plain/f605d636c5cd71fc58235762e76a196e034b135a..HEAD:/webhook.py 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