This commit is contained in:
doms9 2025-11-19 18:58:52 -05:00
parent 7b761c7189
commit 00000d9fe2
6 changed files with 222 additions and 56 deletions

View file

@ -115,7 +115,7 @@ async def refresh_html_cache(
client: httpx.AsyncClient,
url: str,
sport: str,
) -> dict[str, str | float]:
) -> dict[str, dict[str, str | float]]:
try:
r = await client.get(url)