This commit is contained in:
aozhiwei 2019-07-26 15:13:05 +08:00
parent daa67b607b
commit 515698ffab

View File

@ -95,7 +95,7 @@ if __name__ == "__main__":
conf = json.loads(open(CONFIG_DIR + '/rankserver.json', 'r').read())
app = make_app()
app.listen(conf['listen_port'] + 1)
app.listen(conf['listen_port'])
conf['rushtime'] = 300
tornado.ioloop.IOLoop.current().call_later(conf['rushtime'],