diff options
Diffstat (limited to 'searx/exceptions.py')
| -rw-r--r-- | searx/exceptions.py | 2 |
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" |