1
This commit is contained in:
parent
34e11744f4
commit
b438887aa2
@ -122,7 +122,7 @@ def make_app():
|
||||
])
|
||||
|
||||
if __name__ == "__main__":
|
||||
conf = json.loads(open(CONFIG_DIR + '/rankserver.redis.cluster.json', 'r').read())
|
||||
conf = json.loads(open(CONFIG_DIR + '/rankserver.json', 'r').read())
|
||||
|
||||
app = make_app()
|
||||
app.listen(conf['listen_port'])
|
||||
|
Loading…
x
Reference in New Issue
Block a user