This commit is contained in:
doms9 2025-09-05 15:56:07 -04:00
parent 795d9a1c17
commit 00000d93ef
3 changed files with 15 additions and 7 deletions

View file

@ -88,7 +88,7 @@ async def main(client: httpx.AsyncClient) -> None:
events = await get_events(client)
log.info(f"Processing {len(events)} new URLs")
log.info(f"Processing {len(events)} new URL(s)")
for i, ev in enumerate(events, start=1):
url = await safe_process_event(