From e01d4c1d9203b42a7cc7965a7dd866764db9af51 Mon Sep 17 00:00:00 2001 From: Yasir Aris M Date: Fri, 9 Aug 2024 10:26:53 +0700 Subject: [PATCH] Typo --- misskaty/helper/http.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",