e
This commit is contained in:
parent
a0176c303d
commit
00000d9cc3
3 changed files with 5 additions and 134 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue