Michael Mead пре 8 година
родитељ
комит
2e5f10bbac
2 измењених фајлова са 1 додато и 1 уклоњено
  1. 0 0
      install.sh
  2. 1 1
      src/api/index.py

+ 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)