Skip to content

Commit

Permalink
Update up.py
Browse files Browse the repository at this point in the history
Fix #563
  • Loading branch information
Rafiot committed Apr 17, 2020
1 parent 9aab22f commit c77603e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/up.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
me = MISPEvent()
me.load_file(args.input)

result = misp.update_event(args.event, me)
result = misp.update_event(me, args.event)

0 comments on commit c77603e

Please sign in to comment.