From 72b6e5cf01d1e08e1a3fad5932653d3e3757cfd4 Mon Sep 17 00:00:00 2001 From: Terrtia Date: Fri, 11 Dec 2020 21:31:14 +0100 Subject: [PATCH] fix: [Languages] import + update message --- bin/Languages.py | 2 +- var/www/modules/Flask_config.py | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/bin/Languages.py b/bin/Languages.py index f4785250..bd646fd7 100755 --- a/bin/Languages.py +++ b/bin/Languages.py @@ -3,8 +3,8 @@ import os import sys - import cld3 +import time from packages import Item from lib import Domain diff --git a/var/www/modules/Flask_config.py b/var/www/modules/Flask_config.py index 2b2937aa..a1a8de6b 100644 --- a/var/www/modules/Flask_config.py +++ b/var/www/modules/Flask_config.py @@ -92,6 +92,8 @@ dict_update_description = {'v1.5':{'nb_background_update': 5, 'update_warning_me 'v2.6':{'nb_background_update': 1, 'update_warning_message': 'An Update is running on the background. Some informations like Domain Tags/Correlation can be', 'update_warning_message_notice_me': 'missing from the UI.'}, 'v2.7':{'nb_background_update': 1, 'update_warning_message': 'An Update is running on the background. Some informations like Domain Tags can be', + 'update_warning_message_notice_me': 'missing from the UI.'}, + 'v3.4':{'nb_background_update': 1, 'update_warning_message': 'An Update is running on the background. Some informations like Domain Languages can be', 'update_warning_message_notice_me': 'missing from the UI.'} }