mirror of https://github.com/MISP/misp-modules
remove variable unused
parent
abac4cfab7
commit
9f5a4be9d7
|
@ -49,8 +49,7 @@ class Yeti():
|
|||
|
||||
def parse_yeti_result(self):
|
||||
obs = self.search(self.attribute['value'])
|
||||
values = []
|
||||
types = []
|
||||
|
||||
for obs_to_add, link in self.get_neighboors(obs['id']):
|
||||
object_misp_domain_ip = self.__get_object_domain_ip(obs_to_add)
|
||||
if object_misp_domain_ip:
|
||||
|
|
Loading…
Reference in New Issue