Merge pull request #41 from deralexxx/patch-1

make it little more readable
pull/45/head
Raphaël Vinot 2017-01-26 10:47:40 +01:00 committed by GitHub
commit 9aa1c905a9
1 changed files with 1 additions and 1 deletions

View File

@ -31,6 +31,6 @@ if __name__ == '__main__':
attribute = temp
break
misp.add_tag(attribute, args.tag, True)
misp.add_tag(attribute, args.tag, attribute=True)
else:
misp.add_tag(event['Event'], args.tag)