This commit is contained in:
doms9 2025-09-30 18:11:17 -04:00
parent a0176c303d
commit 00000d9cc3
3 changed files with 5 additions and 134 deletions

View file

@ -140,7 +140,7 @@ async def get_events(
if not (
api_data := load_cache(
API_FILE,
exp=86400,
exp=86_400,
nearest_hr=True,
per_entry=False,
)
@ -238,6 +238,3 @@ async def scrape(client: httpx.AsyncClient) -> None:
log.info("No new events found")
write_cache(CACHE_FILE, cached_urls)
# works if no cloudflare bot detection