mirror of
https://github.com/j93es/browser-use-oauth.git
synced 2026-06-04 05:01:51 +09:00
[Enhancement] 진행 상황 저장 및 로드 기능 추가, 스캔 중단 시 처리 상태 출력
This commit is contained in:
parent
b68425f523
commit
1d5e470f4e
5 changed files with 93 additions and 46 deletions
|
|
@ -1,5 +1,6 @@
|
|||
import requests
|
||||
from config import BACKEND_URL
|
||||
|
||||
from lib.utils.config import BACKEND_URL
|
||||
|
||||
def notify_backend(target_url):
|
||||
# Backend에 스캔 시작을 알림
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
from func import *
|
||||
import clean_resources as clean_resources_func
|
||||
from lib.utils.browser_use.func import *
|
||||
|
||||
# Initialize configuration
|
||||
proxy_url = setup_proxy()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue