From 62c4d400e39b556ee3d23aeb2db171329cab19ed Mon Sep 17 00:00:00 2001 From: Yasir Aris M Date: Fri, 9 Aug 2024 10:28:10 +0700 Subject: [PATCH] Update http.py --- misskaty/helper/http.py | 1 - 1 file changed, 1 deletion(-) diff --git a/misskaty/helper/http.py b/misskaty/helper/http.py index 70b23f9e..f13c6ed5 100644 --- a/misskaty/helper/http.py +++ b/misskaty/helper/http.py @@ -3,7 +3,6 @@ from httpx import AsyncClient, Timeout # HTTPx Async Client fetch = AsyncClient( - https2=True, verify=False, headers={ "Accept-Language": "en-US,en;q=0.9,id-ID;q=0.8,id;q=0.7",