pull/624/head
Davide 2023-07-09 13:37:19 +02:00
parent 4e00e60951
commit 702158ab16
1 changed files with 1 additions and 0 deletions

View File

@ -338,6 +338,7 @@ def apiosintParserHover(ispersistent, response, import_related, stix):
else:
notfound = item["item"] + " IS NOT listed by OSINT.digitalside.it. Date list: " + response[key]["list"]["date"]
ret.append({"types": ["comment"], "values": [notfound]})
retHover.append({"types": ["comment"], "values": [notfound]})
if ispersistent == 0:
return ret