mirror of https://github.com/MISP/PyMISP
Whitespace cleaned
parent
c9fd4c11cb
commit
eadc7ec1b5
|
@ -381,7 +381,7 @@ class PyMISP(object):
|
||||||
mutex = '\\BaseNamedObjects\\{}'.format(mutex)
|
mutex = '\\BaseNamedObjects\\{}'.format(mutex)
|
||||||
attributes.append(self._prepare_full_attribute(category, 'mutex', mutex, to_ids, comment, distribution))
|
attributes.append(self._prepare_full_attribute(category, 'mutex', mutex, to_ids, comment, distribution))
|
||||||
return self._send_attributes(event, attributes)
|
return self._send_attributes(event, attributes)
|
||||||
|
|
||||||
# ##### Network attributes #####
|
# ##### Network attributes #####
|
||||||
|
|
||||||
def add_ipdst(self, event, ipdst, category='Network activity', to_ids=True, comment=None, distribution=None):
|
def add_ipdst(self, event, ipdst, category='Network activity', to_ids=True, comment=None, distribution=None):
|
||||||
|
|
Loading…
Reference in New Issue