Update request parameter name in good_1() function

This commit is contained in:
Sim4n6
2024-03-12 20:18:18 +00:00
committed by yoff
parent 70ebc58b4c
commit 31dc542111

View File

@@ -6,7 +6,7 @@ app = Flask(__name__)
@app.route("/good_1")
def good_1():
r = request.args.get("r", "")
r = request.args.get("file_path", "")
if len(r) <= 1_000:
# Normalize the r using NFKD Unicode normalization