fix contexts
This commit is contained in:
doms9 2026-01-24 11:50:43 -05:00
parent 0f5b4d0b78
commit 00000d9a01
7 changed files with 7 additions and 7 deletions

View file

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