File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -901,7 +901,7 @@ async def launch_browser(request: BrowserSessionRequest, background_tasks: Backg
901901 elif request .profileDirectory :
902902
903903 browser_config ["profile_directory" ] = request .profileDirectory
904- browser_config ['user_data_dir' ] = "~/.config/google-chrome/ "
904+ browser_config ['user_data_dir' ] = "/browser-use-profile "
905905 logger .info (f"[Browser Session { session_id } ] Using profile directory: { request .profileDirectory } " )
906906 # Launch browser session
907907 browser_config ['args' ]= DEF_ARGS
@@ -1134,4 +1134,4 @@ async def root():
11341134
11351135if __name__ == "__main__" :
11361136 import uvicorn
1137- uvicorn .run (app , host = "0.0.0.0" , port = 5000 )
1137+ uvicorn .run (app , host = "0.0.0.0" , port = 5000 )
You can’t perform that action at this time.
0 commit comments