mirror of
https://github.com/j93es/browser-use-oauth.git
synced 2026-06-04 07:01:51 +09:00
[Update] sleep time
This commit is contained in:
parent
267fb40fa4
commit
cb7dbccb04
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
|
@ -161,7 +161,7 @@ async def scan_one_url(url: str, skip_html_check: bool = False):
|
||||||
await clean_resources(agent, context, browser)
|
await clean_resources(agent, context, browser)
|
||||||
|
|
||||||
# 1분 대기
|
# 1분 대기
|
||||||
await asyncio.sleep(5)
|
await asyncio.sleep(60)
|
||||||
# 반복문을 통해 재시도
|
# 반복문을 통해 재시도
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue