commented out more debugs
This commit is contained in:
4
files.py
4
files.py
@@ -450,9 +450,9 @@ def files_rbp():
|
|||||||
@app.route("/search/<search_term>", methods=["GET", "POST"])
|
@app.route("/search/<search_term>", methods=["GET", "POST"])
|
||||||
@login_required
|
@login_required
|
||||||
def search(search_term):
|
def search(search_term):
|
||||||
print( f"req={request}" )
|
# print( f"req={request}" )
|
||||||
OPT=States( 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 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":
|
if request.method=="POST":
|
||||||
|
|||||||
Reference in New Issue
Block a user