mirror of
https://github.com/searxng/searxng.git
synced 2025-07-24 21:59:22 +02:00
[enh] add external plugin support
This commit is contained in:
parent
1185c06a87
commit
1f2dc6c647
5 changed files with 78 additions and 3 deletions
|
@ -58,7 +58,7 @@ import flask_babel
|
|||
from flask_babel import Babel, gettext, format_date, format_decimal
|
||||
from flask.ctx import has_request_context
|
||||
from flask.json import jsonify
|
||||
from searx import brand
|
||||
from searx import brand, static_path
|
||||
from searx import settings, searx_dir, searx_debug
|
||||
from searx.exceptions import SearxParameterException
|
||||
from searx.engines import (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue