stanley-king 2 年之前
父节点
当前提交
0110f74d26
共有 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 = False
+    debug_mode = True
     if debug_mode:
         app.run(debug=True, host='0.0.0.0', port=5000)
     else: