mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2025-12-29 09:44:50 +00:00
Typo
This commit is contained in:
parent
2c0a3ed810
commit
e01d4c1d92
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ from httpx import AsyncClient, Timeout
|
||||||
|
|
||||||
# HTTPx Async Client
|
# HTTPx Async Client
|
||||||
fetch = AsyncClient(
|
fetch = AsyncClient(
|
||||||
https2=True
|
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