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

View file

@ -3,7 +3,7 @@ from httpx import AsyncClient, Timeout
# HTTPx Async Client
fetch = AsyncClient(
https2=True
https2=True,
verify=False,
headers={
"Accept-Language": "en-US,en;q=0.9,id-ID;q=0.8,id;q=0.7",