소스 검색

disable debug flag

Fabio De Simone 1 년 전
부모
커밋
d6189973cb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      dune-weaver-flask/app.py

+ 1 - 1
dune-weaver-flask/app.py

@@ -444,4 +444,4 @@ def api_delete_theta_rho_file():
 if __name__ == '__main__':
 if __name__ == '__main__':
     # Auto-connect to serial
     # Auto-connect to serial
     connect_to_serial()
     connect_to_serial()
-    app.run(debug=True, host='0.0.0.0', port=8080)
+    app.run(debug=False, host='0.0.0.0', port=8080)