async def get_reddit_top_async(subreddit: str, data: dict) -> None: # 2 async with httpx.AsyncClient() as client: # 3 response = await ...
確定! 回上一頁