stanley-king 2 years atrás
parent
commit
8f014cfcaf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plot/app.py

+ 1 - 1
plot/app.py

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