[Refactor] 리팩터링

This commit is contained in:
tv0924@icloud.com 2025-06-27 10:18:24 +09:00
commit e93e64756c
6 changed files with 32 additions and 26 deletions

View file

@ -106,7 +106,7 @@ async def loop(
current_progress["current_index"] = actual_index
print(f"\n🔄 Processing {actual_index + 1}/{current_progress['total']}: {url}")
print(f"📍 domains.txt의 {start_line + actual_index}번째 줄")
print(f"📍 domains.txt의 {actual_index}번째 줄")
await scan_one_url(url, skip_html_check=skip_html_check)