aboutsummaryrefslogtreecommitdiff
path: root/app.py
diff options
context:
space:
mode:
Diffstat (limited to 'app.py')
-rw-r--r--app.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app.py b/app.py
index 7f77c4a..66257fb 100644
--- a/app.py
+++ b/app.py
@@ -85,7 +85,7 @@ def search():
print(my_cars, "MY CARS")
except:
print("Uh oh! Claude didn't return any results!")
- return render_template("tasks.html", to_do=tasks)
+ return render_template("tasks.html", search_query=request.form["search"], to_do=tasks)
@app.route("/progress")
def progress():