This commit is contained in:
doms9 2025-12-27 10:25:35 -05:00
parent 7b48b92660
commit 00000d979f
5 changed files with 10 additions and 0 deletions

View file

@ -25,6 +25,8 @@ async def get_events(cached_keys: list[str]) -> list[dict[str, str]]:
now = Time.clean(Time.now())
if not (api_data := API_CACHE.load(per_entry=False)):
log.info("Refreshing API cache")
api_data = {}
if r := await network.request(BASE_URL, log=log):