Browse Source

Searx to SearXNG change error message

Émilien (perso) 1 year ago
parent
commit
3535377c9a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      searx/search/processors/online.py

+ 1 - 1
searx/search/processors/online.py

@@ -192,7 +192,7 @@ class OnlineProcessor(EngineProcessor):
             self.logger.exception('Too many requests')
         except SearxEngineAccessDeniedException as e:
             self.handle_exception(result_container, e, suspend=True)
-            self.logger.exception('Searx is blocked')
+            self.logger.exception('SearXNG is blocked')
         except Exception as e:  # pylint: disable=broad-except
             self.handle_exception(result_container, e)
             self.logger.exception('exception : {0}'.format(e))