This commit is contained in:
aozhiwei 2019-01-30 11:45:26 +08:00
parent cefc3f36d0
commit 43ea109ead

View File

@ -52,7 +52,8 @@ class SelfCheckingHandler(tornado.web.RequestHandler):
'errmsg': '', 'errmsg': '',
'healthy': 1, 'healthy': 1,
'max_rundelay': 10 'max_rundelay': 10
})) },
separators=(',', ':')))
def make_app(): def make_app():
return tornado.web.Application([ return tornado.web.Application([