Use database instead of config file

This commit is contained in:
2022-12-16 14:36:44 +01:00
parent ad61275724
commit ee3ce2016c
6 changed files with 191 additions and 85 deletions

View File

@ -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.