[Update] 여러 url을 연속으로 돌릴 수 있음

This commit is contained in:
tv0924@icloud.com 2025-06-02 20:24:00 +09:00
commit 802b8311a7
3 changed files with 15 additions and 22 deletions

View file

@ -171,7 +171,8 @@ async def loop():
"wildwoodcasino.net",
"accounts.firefox.com",
"addons.allizom.org",
"api.profiler.firefox.com"]
"api.profiler.firefox.com"
]
for url in target_list:
await scan_one_url(f'https://{url}')