From baff1cbbab8a72155823c3186971a5f56d7a92f2 Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Wed, 21 Apr 2021 18:49:13 +0200 Subject: fix issues from review --- 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 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')) -- cgit v1.2.3