one more typo

This commit is contained in:
carnal0wnage
2018-04-19 11:57:56 -04:00
parent 694c72560b
commit 8aa4e795e0

View File

@@ -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: