From e3c3c95b09eca279b79a75d54d5b17c7af512fbf Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Sun, 19 Jul 2015 11:39:13 +0200 Subject: add a first version of a README --- webhook.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '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 -- cgit v1.2.3