From 43ea109eadb35dc35accef8063bf23bcd3ba9fab Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Wed, 30 Jan 2019 11:45:26 +0800 Subject: [PATCH] 1 --- tools/kefu_robot.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/kefu_robot.py b/tools/kefu_robot.py index c730b6f..cbccaaa 100644 --- a/tools/kefu_robot.py +++ b/tools/kefu_robot.py @@ -52,7 +52,8 @@ class SelfCheckingHandler(tornado.web.RequestHandler): 'errmsg': '', 'healthy': 1, 'max_rundelay': 10 - })) + }, + separators=(',', ':'))) def make_app(): return tornado.web.Application([