Commit 4068a421 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix

parent 5a24ce06
...@@ -81,5 +81,5 @@ def search_searxng( ...@@ -81,5 +81,5 @@ def search_searxng(
SearchResult( SearchResult(
link=result["url"], title=result.get("title"), snippet=result.get("content") link=result["url"], title=result.get("title"), snippet=result.get("content")
) )
for result in sorted_results for result in sorted_results[:count]
] ]
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment