Merge remote-tracking branch 'searx/master'

This commit is contained in:
Alexandre Flament 2021-04-19 09:35:12 +02:00
commit 48720e20a8
7 changed files with 182 additions and 4 deletions

View file

@ -31,7 +31,7 @@ Example to run it from python:
... engine_cs = list(searx.engines.categories.keys())
... # load module
... spec = importlib.util.spec_from_file_location(
... 'utils.standalone_searx', 'utils/standalone_searx.py')
... 'utils.standalone_searx', 'searx_extra/standalone_searx.py')
... sas = importlib.util.module_from_spec(spec)
... spec.loader.exec_module(sas)
... # use function from module