stanley-king 2 anni fa
parent
commit
d0d8fff8f2
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      plot/app.py

+ 1 - 1
plot/app.py

@@ -161,7 +161,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: