Skip to content

Commit

Permalink
Fix error when no blog search results can be found (#196)
Browse files Browse the repository at this point in the history
The merger of #161 had accidentally caused the crucial
priviblur_extractor import to get removed, causing an error
on empty search results.
  • Loading branch information
syeopite authored Feb 21, 2025
1 parent 120e0ca commit 59d25c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/routes/blogs/blogs.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import sanic

from ... import priviblur_extractor
from ...cache import get_blog_posts, get_blog_search_results

blogs = sanic.Blueprint("blogs", url_prefix="/")
Expand Down

0 comments on commit 59d25c3

Please sign in to comment.