Skip to content

Commit

Permalink
chore: add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
leggetter committed Sep 19, 2024
1 parent 69a6ccb commit b64f538
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ def search_post():

results = format_results(results)

# TODO: look into warning logged here
app.logger.debug("Formatted search results", results)

return render_template("search.html", results=results, query=query)
Expand Down

0 comments on commit b64f538

Please sign in to comment.