fix issues from review

This commit is contained in:
Alexandre Flament
2021-04-21 18:49:13 +02:00
parent 7cfd8d900a
commit baff1cbbab
3 changed files with 2 additions and 19 deletions
+1
View File
@@ -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'))