diff --git a/misp_modules/modules/export_mod/goamlexport.py b/misp_modules/modules/export_mod/goamlexport.py index 61311e6..2859b3c 100644 --- a/misp_modules/modules/export_mod/goamlexport.py +++ b/misp_modules/modules/export_mod/goamlexport.py @@ -210,7 +210,7 @@ def introspection(): pass try: inputSource - mmoduleSetup['inputSource'] = inputSource + moduleSetup['inputSource'] = inputSource except NameError: pass return modulesetup