Download:
child 218:cb7fa90e604d
parent 216:f679f272fe10
217:a5139d092b65
Anton Shestakov <av6@dwimlabs.net>, Wed, 24 Aug 2016 11:01:41 +0800
queue: spell out hooks flavor

1 файлов изменено, 1 вставок(+), 1 удалений(-) [+]
hooks-queue.py file | annotate | diff | comparison | revisions
--- a/hooks-queue.py Tue Aug 23 22:17:00 2016 +0800
+++ b/hooks-queue.py Wed Aug 24 11:01:41 2016 +0800
@@ -63,7 +63,7 @@
class CandolintHooks(Application):
def __init__(self, rconn, debug):
handlers = [
- URLSpec(r'/bb', BitbucketHookHandler),
+ URLSpec(r'/bitbucket', BitbucketHookHandler),
]
super(CandolintHooks, self).__init__(handlers, debug=debug)
self.rconn = rconn