remove print-tests

This commit is contained in:
Delta-Sierra 2024-05-28 12:01:57 +02:00
parent d4b12d6f87
commit 0f7341eb5b

View file

@ -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"] = []