Use database instead of config file
This commit is contained in:
parent
ad61275724
commit
ee3ce2016c
6 changed files with 191 additions and 85 deletions
|
|
@ -13,7 +13,7 @@ def create_html_for_search_results(
|
|||
|
||||
Args:
|
||||
search_results: The search results.
|
||||
reader: The reader. If None, we will get the reader from the settings.
|
||||
custom_reader: The reader. If None, we will get the reader from the settings.
|
||||
|
||||
Returns:
|
||||
str: The HTML.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue