mirror of
https://github.com/searxng/searxng.git
synced 2025-05-24 01:12:56 -04:00
httpx.RequestError (subclass of httpx.HTTPError) has a property request. This property raises a RuntimeError if the attributes _request is None. To avoid a cascade of errors, this commit reads directly the _request attribute.