mirror of
https://github.com/j93es/browser-use-oauth.git
synced 2026-06-04 05:11:53 +09:00
[Refactor] 리팩터링
This commit is contained in:
parent
65150b3514
commit
e93e64756c
6 changed files with 32 additions and 26 deletions
2
main.py
2
main.py
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue