- misc edits.
This commit is contained in:
doms9 2026-04-18 13:53:53 -04:00
parent edc80fba5f
commit 00000d9e8c
4 changed files with 15 additions and 9 deletions

View file

@ -227,6 +227,7 @@ async def scrape(browser: Browser) -> None:
if events := await get_events(cached_urls.keys()):
log.info(f"Processing {len(events)} new URL(s)")
async with network.event_context(browser) as context:
for i, ev in enumerate(events, start=1):
async with network.event_page(context) as page: