diff --git a/src/dashboard.py b/src/dashboard.py index 9f16f1e..6472181 100644 --- a/src/dashboard.py +++ b/src/dashboard.py @@ -1183,6 +1183,7 @@ def run_dashboard(): Get host and port for web-server """ def get_host_bind(): + init_dashboard() config = configparser.ConfigParser(strict=False) config.read('wg-dashboard.ini') app_ip = config.get("Server", "app_ip")