stanley-king 2 éve
szülő
commit
8f014cfcaf
1 módosított fájl, 1 hozzáadás és 1 törlés
  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: