mirror of
https://github.com/searxng/searxng.git
synced 2025-12-23 04:00:02 +00:00
[mod] check secret_key when searx.webapp is imported
Without this commit the module searx checks the secret_key value. With this commit, make docs, utils/standalone_searx.py, utils/fetch_firefox_version.py works without SEARX_DEBUG=1 For reference see https://github.com/searx/searx/pull/2386
This commit is contained in:
@@ -15,7 +15,7 @@ Example to use this script:
|
||||
|
||||
.. code:: bash
|
||||
|
||||
$ SEARX_DEBUG=1 python3 utils/standalone_searx.py rain
|
||||
$ python3 utils/standalone_searx.py rain
|
||||
|
||||
Example to run it from python:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user