fix db init

This commit is contained in:
Terrtia 2018-06-19 11:54:34 +02:00
parent 103787a07d
commit cd4c099685
No known key found for this signature in database
GPG key ID: 1E1B1F50D84613D0

View file

@ -514,6 +514,8 @@ def edit_tag_export():
else:
status_hive.append(False)
if (misp_auto_events is not None) and (hive_auto_alerts is not None):
if int(misp_auto_events) == 1:
misp_active = True
else:
@ -522,6 +524,9 @@ def edit_tag_export():
hive_active = True
else:
hive_active = False
else:
misp_active = False
hive_active = False
nb_tags = str(r_serv_db.scard('list_export_tags'))
nb_tags_whitelist_misp = str(r_serv_db.scard('whitelist_misp')) + ' / ' + nb_tags