From c9b792c3709de7fa62e852cd9a947ca9c0131811 Mon Sep 17 00:00:00 2001 From: Galonza Peter Date: Sun, 24 Oct 2021 01:09:34 +0300 Subject: [PATCH] fixed update variable --- src/dashboard.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dashboard.py b/src/dashboard.py index 6472181..cd8b0bc 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)