fix: [UI dashboard] typo

pull/342/head
Terrtia 2019-04-18 11:01:11 +02:00
parent de285ed64c
commit ecca5b11d0
No known key found for this signature in database
GPG Key ID: 1E1B1F50D84613D0
1 changed files with 2 additions and 0 deletions

View File

@ -169,6 +169,8 @@ def index():
# Check if update in progress # Check if update in progress
update_in_progress = False update_in_progress = False
update_warning_message = ''
update_warning_message_notice_me = ''
current_update = r_serv_db.get('ail:current_background_update') current_update = r_serv_db.get('ail:current_background_update')
if current_update: if current_update:
if r_serv_db.scard('ail:update_{}'.format(current_update)) != dict_update_description[current_update]['nb_background_update']: if r_serv_db.scard('ail:update_{}'.format(current_update)) != dict_update_description[current_update]['nb_background_update']: