Point wescamp's CIA hook to the irker instance+proxy running at ai0867.net

This commit is contained in:
Alexander van Gessel 2012-09-28 01:19:57 +01:00
parent 281e2c7467
commit 086453387a

View file

@ -456,7 +456,8 @@ class GitHub(object):
requestdata = { "name" : "cia", "events" : ["push"], "active" : True,
"config" : {
"project" : "wescamp",
"module" : reponame
"module" : reponame,
"address" : "http://ai0867.net:8000/RPC2"
}
}
self._github_api_request(url, requestdata, authenticate=True)