mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[enh] add external plugin support
This commit is contained in:
parent
1185c06a87
commit
1f2dc6c647
5 changed files with 78 additions and 3 deletions
|
|
@ -30,6 +30,7 @@ except:
|
|||
|
||||
searx_dir = abspath(dirname(__file__))
|
||||
engine_dir = dirname(realpath(__file__))
|
||||
static_path = abspath(join(dirname(__file__), 'static'))
|
||||
|
||||
|
||||
def check_settings_yml(file_name):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue