mirror of
https://github.com/searxng/searxng.git
synced 2026-05-10 13:05:46 +02:00
116f7a6daa
This commit also enables debug mode for unit tests.
3 lines
42 B
Python
3 lines
42 B
Python
import os
|
|
os.environ['SEARX_DEBUG'] = '1'
|