Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 22, 2025
1 parent a3291d3 commit 269d4df
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions website/public_adventures.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@ def search(self, user):
# container.
if request.path.endswith('/more'):
return render_template(f"public-adventures/incl-adventure-list-elements.html",
adventures=adventures,
selected_level=selected_level,
selected_lang=selected_lang,
selected_tag=selected_tag,
q=q,
next_page_token=next_page_token)
adventures=adventures,
selected_level=selected_level,
selected_lang=selected_lang,
selected_tag=selected_tag,
q=q,
next_page_token=next_page_token)

# Otherwise, we return either the full page with the search control for
# a browser request, or the result chrome with the initial set of results
Expand Down

0 comments on commit 269d4df

Please sign in to comment.