Merge pull request #115 from cgi1/patch-1

Fixing #114 (MISPEvent.add_tag(tag) fails if inital event does not contain tag )
pull/116/head
Raphaël Vinot 2017-09-25 09:21:24 +01:00 committed by GitHub
commit 31935e5298
1 changed files with 1 additions and 0 deletions

View File

@ -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