From 4a594f1b5346d32e446d6ce0c702173d1a2d8862 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Wed, 16 Apr 2025 18:59:06 +0200 Subject: [fix] ResourceWarning: unclosed database in sqlite3 Reported: - https://github.com/inetol-infrastructure/searxng-container/issues/5 Related: - https://github.com/searxng/searxng/issues/4405#issuecomment-2692352352 Signed-off-by: Markus Heiser --- docs/dev/engines/offline_concept.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/dev/engines/offline_concept.rst b/docs/dev/engines/offline_concept.rst index ddb34fc60..b1a44f469 100644 --- a/docs/dev/engines/offline_concept.rst +++ b/docs/dev/engines/offline_concept.rst @@ -29,7 +29,7 @@ Programming Interface parameter. This function can be omitted, if there is no need to setup anything in advance. -:py:func:`search(query, params) ` +:py:func:`search(query, params) ` Each offline engine has a function named ``search``. This function is responsible to perform a search and return the results in a presentable format. (Where *presentable* means presentable by the selected result -- cgit v1.2.3