From 70bbd14b1ae122f2d1db7b8907d47394d549a149 Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Tue, 8 Jun 2021 11:34:36 +0200 Subject: [mod] move hook to set Unix thread name into searx.unixthreadname requires setproctitle (but optional) --- searx/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'searx/__init__.py') 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 -- cgit v1.2.3