Skip to content

Commit 2b45ffb

Browse files
authored
Feature/Wheel auto launch (#317)
Restores auto launch.
2 parents fbcdd00 + 6951097 commit 2b45ffb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/ttnn_visualizer/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class DefaultConfig(object):
2424
STATIC_ASSETS_DIR = Path(APPLICATION_DIR).joinpath("ttnn_visualizer", "static")
2525
SEND_FILE_MAX_AGE_DEFAULT = 0
2626

27-
LAUNCH_BROWSER_ON_START = str_to_bool(os.getenv("LAUNCH_BROWSER_ON_START", "false"))
27+
LAUNCH_BROWSER_ON_START = str_to_bool(os.getenv("LAUNCH_BROWSER_ON_START", "true"))
2828

2929
# File Name Configs
3030
TEST_CONFIG_FILE = "config.json"

0 commit comments

Comments
 (0)