make it little more readable

guess that way it is easier to understand
pull/41/head
Alexander J 2017-01-26 10:39:10 +01:00 committed by GitHub
parent 9ddbf0523d
commit 7b0e3b521a
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)