This commit is contained in:
doms9 2025-09-30 18:14:02 -04:00
parent 00000d9cc3
commit 00000d9181

View file

@ -147,7 +147,7 @@ async def get_events(
cached_keys: set[str],
) -> list[dict[str, str]]:
if not (events := load_cache(HTML_CACHE, exp=86_400)):
if not (events := load_cache(HTML_CACHE, exp=86_400, nearest_hr=True)):
events = await refresh_html_cache(client, url)
write_cache(HTML_CACHE, events)