From d3148c929001a1b48e461057afd80acfa4f2b636 Mon Sep 17 00:00:00 2001 From: pengtao Date: Tue, 15 Jun 2021 18:15:39 +0800 Subject: [PATCH] 1 --- web.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web.py b/web.py index bd73e31..c4f3b3f 100644 --- a/web.py +++ b/web.py @@ -46,7 +46,7 @@ class DispatchHandler(tornado.web.RequestHandler): @gen.coroutine def post(self): - pdb.set_trace() + # pdb.set_trace() data = json.loads(self.request.body) if data.get('event_name', None) == 'push': yield self._git_webhook()