mirror of
https://github.com/searxng/searxng.git
synced 2024-11-05 17:09:31 +00:00
116f7a6daa
This commit also enables debug mode for unit tests.
2 lines
42 B
Python
2 lines
42 B
Python
import os
|
|
os.environ['SEARX_DEBUG'] = '1'
|