mirror of https://github.com/searxng/searxng.git
[fix] missing import
This commit is contained in:
parent
ca45c24162
commit
27218b85fa
|
@ -64,7 +64,7 @@ from searx.search import Search
|
|||
from searx.query import Query
|
||||
from searx.autocomplete import searx_bang, backends as autocomplete_backends
|
||||
from searx.plugins import plugins
|
||||
from searx.preferences import Preferences
|
||||
from searx.preferences import Preferences, ValidationException
|
||||
|
||||
# check if the pyopenssl, ndg-httpsclient, pyasn1 packages are installed.
|
||||
# They are needed for SSL connection without trouble, see #298
|
||||
|
|
Loading…
Reference in New Issue