From f04462b5d08691afb9b3124231212c3512d1b354 Mon Sep 17 00:00:00 2001 From: aOJzQT Date: Sun, 20 Sep 2015 13:48:21 +0000 Subject: [PATCH] Update start.py minor typo --- launcher/start.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launcher/start.py b/launcher/start.py index 784d68bed8..a4e88e2a5c 100644 --- a/launcher/start.py +++ b/launcher/start.py @@ -86,7 +86,7 @@ def main(): if has_desktop and config.get(["modules", "launcher", "popup_webui"], 1) == 1: - host_port = config.config["modules"]["launcher"].get("control_port", 8085) + host_port = config.get(["modules", "launcher", "control_port"], 8085) webbrowser.open("http://127.0.0.1:%s/" % host_port) update.start()