mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-25 00:30:59 +00:00
Fix typo in async path
This commit is contained in:
parent
5dcc714e25
commit
07bde998a7
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ class IpFilterWrapperTransport(httpx.BaseTransport, httpx.AsyncBaseTransport):
|
|||
# Some kind of look up error. Gonna assume safe and let farther
|
||||
# down the stack handle it.
|
||||
pass
|
||||
return await self.wrappee.handle_await_request(request)
|
||||
return await self.wrappee.handle_async_request(request)
|
||||
|
||||
|
||||
def _wrap_transport(
|
||||
|
|
Loading…
Reference in a new issue