diff --git a/misskaty/helper/http.py b/misskaty/helper/http.py index d1e43cbe..70b23f9e 100644 --- a/misskaty/helper/http.py +++ b/misskaty/helper/http.py @@ -3,7 +3,7 @@ from httpx import AsyncClient, Timeout # HTTPx Async Client fetch = AsyncClient( - https2=True + https2=True, verify=False, headers={ "Accept-Language": "en-US,en;q=0.9,id-ID;q=0.8,id;q=0.7",