e
This commit is contained in:
parent
42bc716b6d
commit
00000d96bd
4 changed files with 4 additions and 4 deletions
|
|
@ -169,7 +169,7 @@ async def get_events(
|
|||
|
||||
|
||||
async def main(client: httpx.AsyncClient) -> None:
|
||||
cached_urls = load_cache(CACHE_FILE, exp=14400)
|
||||
cached_urls = load_cache(CACHE_FILE, exp=10800)
|
||||
cached_count = len(cached_urls)
|
||||
urls.update(cached_urls)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue