From 2d01501a32465b64178909aa0ee5005e5e7b578d Mon Sep 17 00:00:00 2001 From: yasirarism <55983182+yasirarism@users.noreply.github.com> Date: Mon, 28 Aug 2023 22:41:14 +0700 Subject: [PATCH] Update http.py --- 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 e139c885..10820a7a 100644 --- a/misskaty/helper/http.py +++ b/misskaty/helper/http.py @@ -11,7 +11,7 @@ fetch = httpx.AsyncClient( http2=True, verify=False, headers={ - "Accept-Language": "id-ID", + "Accept-Language": "id,en-US;q=0.7,en;q=0.3", "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36 Edge/107.0.1418.42", }, timeout=httpx.Timeout(10),