e
This commit is contained in:
parent
00000d91bb
commit
00000d9a4d
6 changed files with 13 additions and 24 deletions
|
|
@ -59,10 +59,7 @@ async def refresh_api_cache(
|
|||
log.info("Refreshing API cache")
|
||||
|
||||
tasks = [
|
||||
get_api_data(
|
||||
client,
|
||||
urljoin(url, f"api/v1/matches/{sport}"),
|
||||
)
|
||||
get_api_data(client, urljoin(url, f"api/v1/matches/{sport}"))
|
||||
for sport in SPORT_ENDPOINTS
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue