e
This commit is contained in:
parent
795d9a1c17
commit
00000d93ef
3 changed files with 15 additions and 7 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue