summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2020-12-27 18:04:53 +0100
committerGitHub <noreply@github.com>2020-12-27 18:04:53 +0100
commit5fb9a5c7c10252b21a23fe66e1625ed9f8691b4a (patch)
treea878155a22025da3c7540ed19563ea70a17eb316 /utils
parent5840499bfb2a641361e35570e08b3d21abcb73f0 (diff)
parent568b9465e9480bf408a00982ce0b8ec7462f830c (diff)
downloadsearxng-5fb9a5c7c10252b21a23fe66e1625ed9f8691b4a.tar.gz
searxng-5fb9a5c7c10252b21a23fe66e1625ed9f8691b4a.zip
Merge pull request #2411 from dalf/update-secret-key-check
Update secret key check
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: