删除两个无用参数
This commit is contained in:
parent
9198413cd9
commit
8d98918e39
@ -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)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user