commented out more debugs

This commit is contained in:
2025-08-19 20:55:20 +10:00
parent 1831c49b15
commit 391fd52332

View File

@@ -450,9 +450,9 @@ def files_rbp():
@app.route("/search/<search_term>", methods=["GET", "POST"])
@login_required
def search(search_term):
print( f"req={request}" )
# print( f"req={request}" )
OPT=States( request )
print( f"OPT={OPT}" )
# print( f"OPT={OPT}" )
# if we posted to get here, its a change in State, so save it to pa_user_state, and go back to the GET version or URL
if request.method=="POST":