add timstreams.py
This commit is contained in:
doms9 2026-02-28 11:58:39 -05:00
parent 045e172f94
commit 00000d922c
3 changed files with 182 additions and 2 deletions

View file

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