Skip to content

Commit

Permalink
fix: [Languages] import + update message
Browse files Browse the repository at this point in the history
  • Loading branch information
Terrtia committed Dec 11, 2020
1 parent b6ed23b commit 72b6e5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bin/Languages.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

import os
import sys

import cld3
import time

from packages import Item
from lib import Domain
Expand Down
2 changes: 2 additions & 0 deletions var/www/modules/Flask_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@
'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.'}
}

Expand Down

0 comments on commit 72b6e5c

Please sign in to comment.