Set Web Interface URL from loaded state in Desktop GUIs. Not hard-coded

This commit is contained in:
Debanjum Singh Solanky
2022-08-15 23:07:22 +03:00
parent 7f479b0104
commit 9bc4fd539e
4 changed files with 7 additions and 3 deletions

View File

@@ -79,6 +79,8 @@ def set_state(args):
state.config_file = args.config_file
state.config = args.config
state.verbose = args.verbose
state.host = args.host
state.port = args.port
def start_server(app, host=None, port=None, socket=None):