Update up.py

Fix #563
pull/565/head
Raphaël Vinot 2020-04-17 13:01:11 +02:00 committed by GitHub
parent 9aab22f03d
commit c77603eb30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,4 +18,4 @@ if __name__ == '__main__':
me = MISPEvent()
me.load_file(args.input)
result = misp.update_event(args.event, me)
result = misp.update_event(me, args.event)