apirrone commited on
Commit
bbf94d6
·
verified ·
1 Parent(s): c494958

Update Theremini/main.py

Browse files

set dont_start_webserver to True to avoid port collision.

Files changed (1) hide show
  1. Theremini/main.py +1 -0
Theremini/main.py CHANGED
@@ -49,6 +49,7 @@ class Theremini(ReachyMiniApp):
49
  """Theremin-like Reachy Mini app driven by head pose and right antenna."""
50
 
51
  custom_app_url: str | None = f"http://localhost:{DASHBOARD_PORT}/index.html"
 
52
 
53
  def __init__(self) -> None:
54
  super().__init__()
 
49
  """Theremin-like Reachy Mini app driven by head pose and right antenna."""
50
 
51
  custom_app_url: str | None = f"http://localhost:{DASHBOARD_PORT}/index.html"
52
+ dont_start_webserver = True
53
 
54
  def __init__(self) -> None:
55
  super().__init__()