mirror of
https://github.com/PaiGramTeam/HonkaiStarRailWikiDataParser.git
synced 2024-11-16 14:31:24 +00:00
4 lines
67 B
Python
4 lines
67 B
Python
from httpx import AsyncClient
|
|
|
|
client = AsyncClient(timeout=120.0)
|