mirror of
https://github.com/searxng/searxng
synced 2024-11-03 09:40:20 +00:00
Merge pull request #1460 from unixfox/patch-1
Better explanation for the use of use_mobile_ui
This commit is contained in:
commit
be2f782c9e
@ -163,7 +163,10 @@ class OnlineProcessor(EngineProcessor):
|
|||||||
self.logger.exception('CAPTCHA')
|
self.logger.exception('CAPTCHA')
|
||||||
except SearxEngineTooManyRequestsException as e:
|
except SearxEngineTooManyRequestsException as e:
|
||||||
if "google" in self.engine_name:
|
if "google" in self.engine_name:
|
||||||
self.logger.warn("We recommend enabling the use_mobile_ui parameter if google is blocked for you.")
|
self.logger.warn(
|
||||||
|
"Set to 'true' the use_mobile_ui parameter in the 'engines:'"
|
||||||
|
" section of your settings.yml file if google is blocked for you."
|
||||||
|
)
|
||||||
self.handle_exception(result_container, e, suspend=True)
|
self.handle_exception(result_container, e, suspend=True)
|
||||||
self.logger.exception('Too many requests')
|
self.logger.exception('Too many requests')
|
||||||
except SearxEngineAccessDeniedException as e:
|
except SearxEngineAccessDeniedException as e:
|
||||||
|
Loading…
Reference in New Issue
Block a user