This commit is contained in:
doms9 2026-03-02 20:15:30 -05:00
parent 00000d9ab1
commit 00000d9604
5 changed files with 11 additions and 13 deletions

View file

@ -100,7 +100,7 @@ async def process_event(
)
if resp.status != 200:
log.warning(f"URL {url_num}) status code: {resp.status}")
log.warning(f"URL {url_num}) Status Code: {resp.status}")
return
try: