Update __init__.py

fix incident entry
pull/1/head
Emmanuelle Vargas-Gonzalez 2021-03-12 16:49:23 -05:00 committed by GitHub
parent f155e3e571
commit f7ebd34c8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -559,8 +559,8 @@ WEIGHTS = {
"sectors": (20, partial_list_based),
},
"incident": {
"name": (60, partial_string_based),
"external_references": (40, partial_external_reference_based),
"name": (30, partial_string_based),
"external_references": (70, partial_external_reference_based),
},
"indicator": {
"indicator_types": (15, partial_list_based),