From 6c763e1a2803a6b5a48eab720981c0e202d432a7 Mon Sep 17 00:00:00 2001 From: Yasir Aris M Date: Sat, 21 Oct 2023 23:38:27 +0700 Subject: [PATCH] Change httpx setting to English Signed-off-by: Yasir Aris M --- 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 3e288f8e..92f0be57 100644 --- a/misskaty/helper/http.py +++ b/misskaty/helper/http.py @@ -11,7 +11,7 @@ fetch = AsyncClient( http2=True, verify=False, headers={ - "Accept-Language": "id-ID", + "Accept-Language": "en-US,en;q=0.9,id-ID;q=0.8,id;q=0.7", "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=Timeout(20),