mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-09 21:14:52 +00:00
add to client
This commit is contained in:
parent
2ecf5db320
commit
6270fc497e
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ fetch = httpx.AsyncClient(
|
||||||
},
|
},
|
||||||
timeout=httpx.Timeout(20),
|
timeout=httpx.Timeout(20),
|
||||||
)
|
)
|
||||||
|
app.fetch = fetch
|
||||||
|
|
||||||
|
|
||||||
async def get(url: str, *args, **kwargs):
|
async def get(url: str, *args, **kwargs):
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue