summaryrefslogtreecommitdiff
path: root/searx/search/checker/__init__.py
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2021-01-05 11:24:39 +0100
committerAlexandre Flament <alex@al-f.net>2021-01-12 11:47:17 +0100
commit3a9f513521d006a7939538cce368d7b799e32c30 (patch)
tree238da19ef56643af53b13ef24a330277ed53ae51 /searx/search/checker/__init__.py
parent6e2872f43625aba71eba019e16f7fbd74743f590 (diff)
[enh] checker: background check
See settings.yml for the options SIGUSR1 signal starts the checker. The result is available at /stats/checker
Diffstat (limited to 'searx/search/checker/__init__.py')
-rw-r--r--searx/search/checker/__init__.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/searx/search/checker/__init__.py b/searx/search/checker/__init__.py
index 442d5a09d..85b9178df 100644
--- a/searx/search/checker/__init__.py
+++ b/searx/search/checker/__init__.py
@@ -1 +1,4 @@
+# SPDX-License-Identifier: AGPL-3.0-or-later
+
from .impl import Checker
+from .background import initialize, get_result