stanley-king 2 anos atrás
pai
commit
0f380ddb93
1 arquivos alterados com 1 adições e 1 exclusões
  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: