This commit is contained in:
doms9 2026-03-03 19:48:15 -05:00
parent 530fe3e562
commit 00000d9895
14 changed files with 25 additions and 34 deletions

View file

@ -30,7 +30,7 @@ def fix_event(s: str) -> str:
async def process_event(url: str, url_num: int) -> str | None:
if not (event_data := await network.request(url, log=log)):
log.info(f"URL {url_num}) Failed to load url.")
log.warning(f"URL {url_num}) Failed to load url.")
return
@ -53,7 +53,7 @@ async def process_event(url: str, url_num: int) -> str | None:
log=log,
)
):
log.info(f"URL {url_num}) Failed to load iframe source.")
log.warning(f"URL {url_num}) Failed to load iframe source.")
return