Update http.py

This commit is contained in:
Yasir Aris M 2024-08-09 10:28:10 +07:00 committed by GitHub
parent e01d4c1d92
commit 62c4d400e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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",