stanley-king 2 年之前
父節點
當前提交
8f014cfcaf
共有 1 個文件被更改,包括 1 次插入1 次删除
  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: