MCPcopy 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
54def open_browser_in_thread():
55 if not is_vmish:
56 Thread(target=open_browser, daemon=True).start()
57
58def install():
59 print("Installing frontend...")

Callers 2

run_frontendFunction · 0.85
runFunction · 0.85

Calls 1

startMethod · 0.45

Tested by

no test coverage detected