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)