Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/omkarcloud/botasaurus
/ open_browser_in_thread
Function
open_browser_in_thread
botasaurus_server/botasaurus_server/run.py:54–56 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
52
webbrowser.open(
'http://localhost:3000/'
)
53
54
def
open_browser_in_thread():
55
if
not is_vmish:
56
Thread(target=open_browser, daemon=True).start()
57
58
def
install():
59
print(
"Installing frontend..."
)
Callers
2
run_frontend
Function · 0.85
run
Function · 0.85
Calls
1
start
Method · 0.45
Tested by
no test coverage detected