one more typo
This commit is contained in:
@@ -72,7 +72,7 @@ if (args.arguments):
|
|||||||
arg_list = args.arguments.split(',')
|
arg_list = args.arguments.split(',')
|
||||||
|
|
||||||
# We need the user to tell us the module they want to proceed on
|
# We need the user to tell us the module they want to proceed on
|
||||||
if (args.modules):
|
if (args.module):
|
||||||
arg = method_create()
|
arg = method_create()
|
||||||
if callable(arg):
|
if callable(arg):
|
||||||
if arg_list:
|
if arg_list:
|
||||||
|
|||||||
Reference in New Issue
Block a user