stanley-king 2 rokov pred
rodič
commit
27b261cd06
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      plot/app.py

+ 1 - 1
plot/app.py

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