mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-07-18 21:50:16 -04:00
feat: Add Households to Mealie (#3970)
This commit is contained in:
@@ -34,7 +34,7 @@ class AsyncSafeTransport(httpx.AsyncBaseTransport):
|
||||
self._wrapper = httpx.AsyncHTTPTransport(**kwargs)
|
||||
self._log = log
|
||||
|
||||
async def handle_async_request(self, request):
|
||||
async def handle_async_request(self, request) -> httpx.Response:
|
||||
# override timeout value for _all_ requests
|
||||
request.extensions["timeout"] = httpx.Timeout(self.timeout, pool=self.timeout).as_dict()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user