d
This commit is contained in:
@@ -1222,7 +1222,7 @@ class HIFI(Provider):
|
||||
from API.httpx_shared import get_shared_httpx_client
|
||||
|
||||
timeout_val = float(getattr(self, "api_timeout", 10.0))
|
||||
client = get_shared_httpx_client(timeout=timeout_val)
|
||||
client = get_shared_httpx_client()
|
||||
resp = client.get(resolved_text, timeout=timeout_val)
|
||||
resp.raise_for_status()
|
||||
content = resp.content
|
||||
|
||||
Reference in New Issue
Block a user