mirror of
https://github.com/MISP/misp-galaxy.git
synced 2024-11-22 14:57:18 +00:00
remove print-tests
This commit is contained in:
parent
d4b12d6f87
commit
0f7341eb5b
1 changed files with 0 additions and 4 deletions
|
@ -1,6 +1,5 @@
|
||||||
import requests
|
import requests
|
||||||
import json
|
import json
|
||||||
from pprint import pprint
|
|
||||||
import time
|
import time
|
||||||
import uuid
|
import uuid
|
||||||
import re
|
import re
|
||||||
|
@ -76,7 +75,6 @@ for rlookgroup in ransomlook_groups:
|
||||||
cluster['meta']['links'].append(location['slug'])
|
cluster['meta']['links'].append(location['slug'])
|
||||||
|
|
||||||
if synonym:
|
if synonym:
|
||||||
print("check " + synonym)
|
|
||||||
if 'synonyms' not in cluster['meta']:
|
if 'synonyms' not in cluster['meta']:
|
||||||
cluster['meta']['synonyms'] = []
|
cluster['meta']['synonyms'] = []
|
||||||
cluster['meta']['synonyms'].append(synonym)
|
cluster['meta']['synonyms'].append(synonym)
|
||||||
|
@ -117,10 +115,8 @@ for rlookgroup in ransomlook_groups:
|
||||||
new_cluster['meta']["links"].append(location['slug'])
|
new_cluster['meta']["links"].append(location['slug'])
|
||||||
|
|
||||||
if synonym:
|
if synonym:
|
||||||
print("check " + synonym)
|
|
||||||
new_cluster['meta']['synonyms'] = []
|
new_cluster['meta']['synonyms'] = []
|
||||||
new_cluster['meta']['synonyms'].append(synonym)
|
new_cluster['meta']['synonyms'].append(synonym)
|
||||||
pprint(new_cluster)
|
|
||||||
|
|
||||||
new_cluster['meta']["refs"] = []
|
new_cluster['meta']["refs"] = []
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue