mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-06 03:54:50 +00:00
Update http.py
This commit is contained in:
parent
e01d4c1d92
commit
62c4d400e3
1 changed files with 0 additions and 1 deletions
|
|
@ -3,7 +3,6 @@ from httpx import AsyncClient, Timeout
|
||||||
|
|
||||||
# HTTPx Async Client
|
# HTTPx Async Client
|
||||||
fetch = AsyncClient(
|
fetch = AsyncClient(
|
||||||
https2=True,
|
|
||||||
verify=False,
|
verify=False,
|
||||||
headers={
|
headers={
|
||||||
"Accept-Language": "en-US,en;q=0.9,id-ID;q=0.8,id;q=0.7",
|
"Accept-Language": "en-US,en;q=0.9,id-ID;q=0.8,id;q=0.7",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue