Skip to content

Commit

Permalink
Add accept-language as default
Browse files Browse the repository at this point in the history
  • Loading branch information
yasirarism authored Aug 27, 2023
1 parent 3c94692 commit a2bce96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misskaty/helper/http.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
fetch = httpx.AsyncClient(
http2=True,
verify=False,
headers={"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"},
headers={"Accept-Language": "id-ID", "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),
)

Expand Down

0 comments on commit a2bce96

Please sign in to comment.