Michael Mead 8 年之前
父节点
当前提交
2e5f10bbac
共有 2 个文件被更改,包括 1 次插入1 次删除
  1. 0 0
      install.sh
  2. 1 1
      src/api/index.py

+ 0 - 0
install.sh


+ 1 - 1
src/api/index.py

@@ -290,6 +290,6 @@ if __name__== '__main__':
 	if 'port' not in SYS_ARGS.PARAMS :
 		SYS_ARGS.PARAMS['port'] = 5000
 	PORT = int(SYS_ARGS.PARAMS['port'])
-	app.run(host='0.0.0.0',port=PORT,debug=True,threaded=True)
+	app.run(host='0.0.0.0' ,port=PORT,debug=True,threaded=True)