[fix] qwant: can't fetch engine traits because engine.about is no longer a dict

This commit is contained in:
Bnyro
2026-07-17 12:26:34 +02:00
parent de8f73f434
commit 2daa4d4815

View File

@@ -318,7 +318,7 @@ def fetch_traits(engine_traits: EngineTraits):
from searx.utils import extr from searx.utils import extr
resp = get( resp = get(
about["website"], # pyright: ignore[reportArgumentType] base_url, # pyright: ignore[reportArgumentType]
timeout=5, timeout=5,
) )
if not resp.ok: if not resp.ok: