mirror of
https://github.com/PaiGramTeam/HonkaiStarRailWikiDataParser.git
synced 2025-01-30 18:38:36 +00:00
4 lines
67 B
Python
4 lines
67 B
Python
from httpx import AsyncClient
|
|
|
|
client = AsyncClient(timeout=120.0)
|