mirror of
https://github.com/j93es/browser-use-oauth.git
synced 2026-06-14 00:46:43 +09:00
[Update] 여러 url을 연속으로 돌릴 수 있음
This commit is contained in:
parent
a2c88daa74
commit
802b8311a7
3 changed files with 15 additions and 22 deletions
3
main.py
3
main.py
|
|
@ -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}')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue