diff options
| author | Alexandre Flament <alex@al-f.net> | 2021-06-10 08:11:15 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-10 08:11:15 +0200 |
| commit | 68df982e21b0f4440485dd690b9396ec34ab0cc0 (patch) | |
| tree | 1e0a8584f325a63c05caefae83a55c0448f6ca6d /searx/__init__.py | |
| parent | 314e09091bc240b812b4fd2369c997432382f3cb (diff) | |
| parent | 2a109d0a5fb55a5cc7f9d2efdda5c7389e5f172a (diff) | |
Merge pull request #135 from searxng/refactor-webapp
Refactor webapp
Diffstat (limited to 'searx/__init__.py')
| -rw-r--r-- | searx/__init__.py | 1 |
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 |