From cb7dbccb04a06f3797dcceb1c9edb7b108db88a9 Mon Sep 17 00:00:00 2001 From: "tv0924@icloud.com" Date: Sun, 8 Jun 2025 22:05:23 +0900 Subject: [PATCH] [Update] sleep time --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 9fdedfa..92c0c00 100644 --- a/main.py +++ b/main.py @@ -161,7 +161,7 @@ async def scan_one_url(url: str, skip_html_check: bool = False): await clean_resources(agent, context, browser) # 1분 대기 - await asyncio.sleep(5) + await asyncio.sleep(60) # 반복문을 통해 재시도 continue