From ecca5b11d0c6af3cd1fa9aad22b4f3513cd35527 Mon Sep 17 00:00:00 2001 From: Terrtia Date: Thu, 18 Apr 2019 11:01:11 +0200 Subject: [PATCH] fix: [UI dashboard] typo --- var/www/modules/dashboard/Flask_dashboard.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/var/www/modules/dashboard/Flask_dashboard.py b/var/www/modules/dashboard/Flask_dashboard.py index 3dfa3f53..7ebf6747 100644 --- a/var/www/modules/dashboard/Flask_dashboard.py +++ b/var/www/modules/dashboard/Flask_dashboard.py @@ -169,6 +169,8 @@ def index(): # Check if update in progress update_in_progress = False + update_warning_message = '' + update_warning_message_notice_me = '' current_update = r_serv_db.get('ail:current_background_update') if current_update: if r_serv_db.scard('ail:update_{}'.format(current_update)) != dict_update_description[current_update]['nb_background_update']: