diff options
author | Alexandre Flament <alex@al-f.net> | 2020-12-27 18:04:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-27 18:04:53 +0100 |
commit | 5fb9a5c7c10252b21a23fe66e1625ed9f8691b4a (patch) | |
tree | a878155a22025da3c7540ed19563ea70a17eb316 /utils | |
parent | 5840499bfb2a641361e35570e08b3d21abcb73f0 (diff) | |
parent | 568b9465e9480bf408a00982ce0b8ec7462f830c (diff) | |
download | searxng-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-x | utils/standalone_searx.py | 2 |
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: |