diff --git a/idaplugin/rematch/autoupload.py b/idaplugin/rematch/autoupload.py index 908f73b94..13241991d 100755 --- a/idaplugin/rematch/autoupload.py +++ b/idaplugin/rematch/autoupload.py @@ -8,7 +8,7 @@ def main(): # add file add_file_silent = dialogs.silent.SilentDialog([['submit', {}], ['response', {}]]) - actions.project.AddFileAction(add_file_silent) + actions.project.AddFileAction(add_file_silent).activate(None) description = "Automatically collected / uploaded by autoupload.py" ##############