From 8aa4e795e015f957aa7097a3a3ee30b60ca023e5 Mon Sep 17 00:00:00 2001 From: carnal0wnage Date: Thu, 19 Apr 2018 11:57:56 -0400 Subject: [PATCH] one more typo --- weirdAAL.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weirdAAL.py b/weirdAAL.py index bfe2b95..003d7ba 100755 --- a/weirdAAL.py +++ b/weirdAAL.py @@ -72,7 +72,7 @@ if (args.arguments): arg_list = args.arguments.split(',') # We need the user to tell us the module they want to proceed on -if (args.modules): +if (args.module): arg = method_create() if callable(arg): if arg_list: