fix: Do not unitialize the uuid in MISPEvent

pull/500/head
Raphaël Vinot 2019-11-20 10:52:27 +01:00
parent b1818b1751
commit 8d92a77c92
1 changed files with 0 additions and 1 deletions

View File

@ -458,7 +458,6 @@ class MISPEvent(AbstractMISP):
# This variable is used in add_attribute in order to avoid duplicating the structure
self.describe_types = describe_types
self.uuid = str(uuid.uuid4())
self.Attribute = []
self.Object = []
self.RelatedEvent = []