e
This commit is contained in:
parent
7b761c7189
commit
00000d9fe2
6 changed files with 222 additions and 56 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue