summaryrefslogtreecommitdiff
path: root/searx_extra
diff options
context:
space:
mode:
Diffstat (limited to 'searx_extra')
-rwxr-xr-xsearx_extra/standalone_searx.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx_extra/standalone_searx.py b/searx_extra/standalone_searx.py
index f52b7e80c..b30762d3f 100755
--- a/searx_extra/standalone_searx.py
+++ b/searx_extra/standalone_searx.py
@@ -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