e
This commit is contained in:
parent
69cf0b4754
commit
00000d9b81
9 changed files with 30 additions and 8 deletions
|
|
@ -34,6 +34,7 @@ async def write_to_cert(
|
|||
url: str,
|
||||
cert: Path,
|
||||
) -> None:
|
||||
|
||||
try:
|
||||
r = await client.get(url)
|
||||
r.raise_for_status()
|
||||
|
|
@ -94,6 +95,7 @@ async def process_event(
|
|||
url_num: int,
|
||||
context: BrowserContext,
|
||||
) -> str | None:
|
||||
|
||||
page = await context.new_page()
|
||||
|
||||
captured: list[str] = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue