Skip to content

Commit

Permalink
Update start.py
Browse files Browse the repository at this point in the history
minor typo
  • Loading branch information
aOJzQT committed Sep 20, 2015
1 parent cf0945d commit f04462b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launcher/start.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit f04462b

Please sign in to comment.