diff --git a/misskaty/helper/http.py b/misskaty/helper/http.py index aadcd47b..3e998852 100644 --- a/misskaty/helper/http.py +++ b/misskaty/helper/http.py @@ -17,6 +17,7 @@ fetch = httpx.AsyncClient( }, timeout=httpx.Timeout(20), ) +app.fetch = fetch async def get(url: str, *args, **kwargs):