diff --git a/src/dashboard.py b/src/dashboard.py index 64721813..cd8b0bcb 100644 --- a/src/dashboard.py +++ b/src/dashboard.py @@ -1166,6 +1166,7 @@ Configure DashBoard before start web-server """ def run_dashboard(): init_dashboard() + global update update = check_update() global config config = configparser.ConfigParser(strict=False)