e
This commit is contained in:
parent
f99bf34a84
commit
00000d98e0
4 changed files with 14 additions and 22 deletions
|
|
@ -129,7 +129,7 @@ async def get_events(
|
|||
cached_keys: set[str],
|
||||
) -> list[dict[str, str]]:
|
||||
|
||||
if not (events := HTML_CACHE.load(nearest_hr=True)):
|
||||
if not (events := HTML_CACHE.load()):
|
||||
events = await refresh_html_cache(client, url)
|
||||
HTML_CACHE.write(events)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue