From 8d98918e39e73a49c5dab43918c4242bc4f5a4a1 Mon Sep 17 00:00:00 2001 From: Jerry Yan <792602257@qq.com> Date: Fri, 4 Feb 2022 19:44:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E4=B8=A4=E4=B8=AA=E6=97=A0?= =?UTF-8?q?=E7=94=A8=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebMain.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/WebMain.py b/WebMain.py index 8468ee7..8a1a2be 100644 --- a/WebMain.py +++ b/WebMain.py @@ -20,8 +20,6 @@ def index(): @app.route("/config", methods=["GET"]) def readConfig(): config = Common.config.copy() - config.pop("b_p") - config.pop("mv") return jsonify(config)