summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2020-12-21 10:21:10 +0100
committerAlexandre Flament <alex@al-f.net>2020-12-27 10:30:20 +0100
commit568b9465e9480bf408a00982ce0b8ec7462f830c (patch)
treea9e22d77a7591e5f5713e9516122c13d6aa38036 /utils
parenteb1b5289d5da742473dd412e83abe35406da5fa5 (diff)
[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
Diffstat (limited to 'utils')
-rwxr-xr-xutils/standalone_searx.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/standalone_searx.py b/utils/standalone_searx.py
index c52035fb9..89023f41b 100755
--- a/utils/standalone_searx.py
+++ b/utils/standalone_searx.py
@@ -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: