diff options
| author | Alexandre Flament <alex@al-f.net> | 2021-04-21 18:49:13 +0200 |
|---|---|---|
| committer | Alexandre Flament <alex@al-f.net> | 2021-04-21 18:49:13 +0200 |
| commit | baff1cbbab8a72155823c3186971a5f56d7a92f2 (patch) | |
| tree | 8dbfe68268cd74c31b9a1c8ff2da3002edcb658d /searx/__init__.py | |
| parent | 7cfd8d900a9d828e5fbbcb5df65ffedbf11a5a0f (diff) | |
fix issues from review
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 15048bcc2..11adbba73 100644 --- a/searx/__init__.py +++ b/searx/__init__.py @@ -20,6 +20,7 @@ import searx.settings_loader from os import environ from os.path import realpath, dirname, join, abspath, isfile + searx_dir = abspath(dirname(__file__)) engine_dir = dirname(realpath(__file__)) static_path = abspath(join(dirname(__file__), 'static')) |