This commit is contained in:
doms9 2025-10-12 00:27:42 -04:00
parent 69cf0b4754
commit 00000d9b81
9 changed files with 30 additions and 8 deletions

View file

@ -21,6 +21,7 @@ async def process_event(
url: str,
url_num: int,
) -> str | None:
try:
r = await client.get(url)
r.raise_for_status()