stanley-king hace 2 años
padre
commit
0f380ddb93
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      plot/app.py

+ 1 - 1
plot/app.py

@@ -162,7 +162,7 @@ def mchplot():
 
 
 if __name__ == "__main__":
-    debug_mode = True
+    debug_mode = False
     if debug_mode:
         app.run(debug=True, host='0.0.0.0', port=5000)
     else: