mirror of
https://github.com/searxng/searxng.git
synced 2025-07-13 00:09:18 +02:00
[fix] engine: core.ac.uk implement API v3 / v2 is no longer supported
This commit is contained in:
parent
82b9e533b2
commit
40feede51e
3 changed files with 114 additions and 65 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue