e
This commit is contained in:
parent
f99bf34a84
commit
00000d98e0
4 changed files with 14 additions and 22 deletions
|
|
@ -126,7 +126,7 @@ async def get_events(
|
|||
base_url: str,
|
||||
cached_keys: set[str],
|
||||
) -> list[dict[str, str]]:
|
||||
if not (api_data := API_FILE.load(nearest_hr=True, per_entry=False)):
|
||||
if not (api_data := API_FILE.load(per_entry=False)):
|
||||
api_data = await refresh_api_cache(client, urljoin(base_url, "api/streams"))
|
||||
|
||||
API_FILE.write(api_data)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue