X-Git-Url: https://git.ralfj.de/git-mirror.git/blobdiff_plain/eacb728f37766d86ec52dad60bf59b78995d2dcf..e3c3c95b09eca279b79a75d54d5b17c7af512fbf:/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