This website requires JavaScript.
Explore
Help
Sign In
devol
/
searx
mirror of
https://github.com/searx/searx
Watch
1
Star
0
Fork
You've already forked searx
0
Code
Issues
Releases
Wiki
Activity
reword-readme-tldr
searx
/
tests
/
__init__.py
3 lines
42 B
Python
Raw
Permalink
Normal View
History
Unescape
Escape
Force admins to set secret_key if debug mode is disabled This commit also enables debug mode for unit tests.
2020-10-09 15:49:48 +02:00
import
os
os
.
environ
[
'
SEARX_DEBUG
'
]
=
'
1
'