mirror of https://github.com/MISP/PyMISP
fix: Do not unitialize the uuid in MISPEvent
parent
b1818b1751
commit
8d92a77c92
|
@ -458,7 +458,6 @@ class MISPEvent(AbstractMISP):
|
||||||
# This variable is used in add_attribute in order to avoid duplicating the structure
|
# This variable is used in add_attribute in order to avoid duplicating the structure
|
||||||
self.describe_types = describe_types
|
self.describe_types = describe_types
|
||||||
|
|
||||||
self.uuid = str(uuid.uuid4())
|
|
||||||
self.Attribute = []
|
self.Attribute = []
|
||||||
self.Object = []
|
self.Object = []
|
||||||
self.RelatedEvent = []
|
self.RelatedEvent = []
|
||||||
|
|
Loading…
Reference in New Issue