mirror of
https://github.com/searxng/searxng.git
synced 2025-12-22 19:50:00 +00:00
[fix] engine: core.ac.uk implement API v3 / v2 is no longer supported
This commit is contained in:
committed by
Markus Heiser
parent
82b9e533b2
commit
40feede51e
@@ -29,7 +29,7 @@ Implementations
|
||||
from typing import TYPE_CHECKING
|
||||
|
||||
try:
|
||||
import mariadb
|
||||
import mariadb # pyright: ignore [reportMissingImports]
|
||||
except ImportError:
|
||||
# import error is ignored because the admin has to install mysql manually to use
|
||||
# the engine
|
||||
|
||||
Reference in New Issue
Block a user