summaryrefslogtreecommitdiff
path: root/searx/exceptions.py
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarIT.de>2025-07-26 06:22:46 +0200
committerGitHub <noreply@github.com>2025-07-26 06:22:46 +0200
commit649a8dd577b7db5549a34af6f667daf1b61ffb6b (patch)
treebae5c18a77fa71ccc7e5df4aec9082201d5d6fd8 /searx/exceptions.py
parent02cbdf468b316d9c9609d35ec2a9d0916c6def4c (diff)
[fix] cleanup: rename `searx` leftovers to `SearXNG` (#5049)
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'searx/exceptions.py')
-rw-r--r--searx/exceptions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/exceptions.py b/searx/exceptions.py
index 3d720467f..17eca28b0 100644
--- a/searx/exceptions.py
+++ b/searx/exceptions.py
@@ -97,7 +97,7 @@ class SearxEngineCaptchaException(SearxEngineAccessDeniedException):
class SearxEngineTooManyRequestsException(SearxEngineAccessDeniedException):
"""The website has returned a Too Many Request status code
- By default, searx stops sending requests to this engine for 1 hour.
+ By default, SearXNG stops sending requests to this engine for 1 hour.
"""
SUSPEND_TIME_SETTING = "search.suspended_times.SearxEngineTooManyRequests"