summaryrefslogtreecommitdiff
path: root/searx/__init__.py
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2021-06-08 11:34:36 +0200
committerAlexandre Flament <alex@al-f.net>2021-06-08 15:54:11 +0200
commit70bbd14b1ae122f2d1db7b8907d47394d549a149 (patch)
treed7b254afcb2e5b0d62f437221475d7f1a3c03f83 /searx/__init__.py
parent0e23113f706aa3b123f93054e55bdf52e928a5b0 (diff)
downloadsearxng-70bbd14b1ae122f2d1db7b8907d47394d549a149.tar.gz
searxng-70bbd14b1ae122f2d1db7b8907d47394d549a149.zip
[mod] move hook to set Unix thread name into searx.unixthreadname
requires setproctitle (but optional)
Diffstat (limited to 'searx/__init__.py')
-rw-r--r--searx/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/searx/__init__.py b/searx/__init__.py
index a65266de8..8452dd7b4 100644
--- a/searx/__init__.py
+++ b/searx/__init__.py
@@ -5,6 +5,7 @@
from os.path import dirname, abspath
import logging
+import searx.unixthreadname
import searx.settings_loader
from searx.settings_defaults import settings_set_defaults