mirror of
https://github.com/searxng/searxng.git
synced 2026-05-22 10:54:30 +02:00
fix issues from review
This commit is contained in:
@@ -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'))
|
||||
|
||||
Reference in New Issue
Block a user