client modifyed
This commit is contained in:
parent
e11c5aec00
commit
9c59fb1328
1 changed files with 2 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ query ($search: String, $season: MediaSeason, $seasonYear: Int, $format: MediaFo
|
||||||
status
|
status
|
||||||
season
|
season
|
||||||
seasonYear
|
seasonYear
|
||||||
# seasonNumber
|
format
|
||||||
episodes
|
episodes
|
||||||
duration
|
duration
|
||||||
popularity
|
popularity
|
||||||
|
|
@ -27,6 +27,7 @@ query ($search: String, $season: MediaSeason, $seasonYear: Int, $format: MediaFo
|
||||||
}
|
}
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
||||||
CLIENT = httpx.AsyncClient(timeout=15.0)
|
CLIENT = httpx.AsyncClient(timeout=15.0)
|
||||||
|
|
||||||
async def _post(payload: dict) -> dict:
|
async def _post(payload: dict) -> dict:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue