mirror of https://github.com/MISP/PyMISP
Fixing #114
parent
026cc3328d
commit
4fee9b0c85
|
@ -279,6 +279,7 @@ class MISPEvent(AbstractMISP):
|
|||
|
||||
self._types = describe_types['types']
|
||||
self.attributes = []
|
||||
self.Tag = []
|
||||
|
||||
def _reinitialize_event(self):
|
||||
# Default values for a valid event to send to a MISP instance
|
||||
|
|
Loading…
Reference in New Issue