mirror of
https://github.com/j93es/browser-use-oauth.git
synced 2026-06-04 06:51:52 +09:00
간단한 가이드
This commit is contained in:
parent
1ffa522d34
commit
7c169d2730
3 changed files with 42 additions and 11 deletions
|
|
@ -15,10 +15,6 @@ def browser_config_kwargs(lang: str = "en_US") -> dict:
|
|||
],
|
||||
}
|
||||
|
||||
browser_binary_path = os.getenv("BROWSER_BINARY_PATH")
|
||||
if browser_binary_path:
|
||||
browser_config_kwargs["browser_binary_path"] = browser_binary_path
|
||||
|
||||
proxy_host = os.getenv("PROXY_HOST")
|
||||
proxy_port = os.getenv("PROXY_PORT")
|
||||
if proxy_host and proxy_port:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue